Merge changes from emacs-24 branch
[emacs.git] / lisp / org / ChangeLog
blobc340fd45df3aa0935a88f21cdb188cece548b000
1 2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
3         * org-table.el (org-table-number-fraction): Fix typo.
5 2012-04-27  Eric Schulte  <eric.schulte@gmx.com>
7         * ob-python.el (org-babel-execute:python): Ensure newline precedes
8         automatically-added returns.
10 2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
12         * org-mouse.el (org-mode-hook): Do not move point when clicking on
13         a footnote reference.
15 2012-04-27  Bastien Guerry  <bzg@gnu.org>
17         * org-faces.el (org-date-selected): Fix docstring.
19 2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
21         * org-list.el (org-list-struct-indent): Follow
22         `org-list-demote-modify-bullet' specifications for ordered
23         bullets.
24         (org-list-indent-item-generic, org-indent-item-tree)
25         (org-outdent-item-tree): Fix bug when operating on a region.
26         (org-outdent-item, org-indent-item): Allow to operate on a region.
28         * org.el (org-shiftmetaleft, org-shiftmetaright): Allow to operate
29         on a region.
31 2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
33         * org-footnote.el (org-footnote-normalize): Fix positioning in
34         HTML export without a footnote section.
36 2012-04-27  Madan Ramakrishnan  <madanr79@gmail.com>  (tiny change)
38         * org-agenda.el (org-agenda-bulk-mark): Truly make arg optional as
39         advertised by the function.
41 2012-04-27  Zachary Kanfer  <zkanfer@gmail.com>  (tiny change)
43         * org.el (org-read-date-display): Fix bug when displaying the
44         overlay.
46 2012-04-27  Bastien Guerry  <bzg@gnu.org>
48         * org.el (org-mode): Don't use `buffer-face-mode' by default.
50 2012-04-27  Bastien Guerry  <bzg@gnu.org>
52         * org-faces.el (org-date-selected): New face.
54 2012-04-27  Jambunathan K  <kjambunathan@gmail.com>
56         * org-odt.el (org-odt-format-org-link): Pay no heed to whether the
57         internal links destined for headlines provide a description or
58         not.  In fact, the `org-store-link' and `org-insert-link' create
59         internal links which do have a description.
61 2012-04-27  Bastien Guerry  <bzg@gnu.org>
63         * org-clock.el (org-program-exists): Fix docstring.
65 2012-04-14  Bastien Guerry  <bzg@gnu.org>
67         * org.el (org-point-at-end-of-empty-headline): Only try to match
68         `org-todo-line-regexp' when the value is non-nil, e.g. in non-org
69         modes.
70         (org-fontify-meta-lines-and-blocks-1): Prevent errors when trying
71         to fontify beyond (point-max).
73         * org-clock.el (org-clock-task-overrun-text)
74         (org-task-overrun, org-clock-get-clock-string)
75         (org-clock-update-mode-line)
76         (org-clock-notify-once-if-expired): Rename `org-task-overrun'
77         and `org-task-overrun-text' to `org-clock-task-overrun' and
78         `org-clock-task-overrun-text' respectively.
79         (org-task-overrun-text): New alias.
81         * org-table.el (org-table-eval-formula): Fix bug about handling
82         remote references as durations.
83         (org-table-get-range): Fix bug: make sure references to $0 are
84         correctly handled.
86         * org-pcomplete.el (pcomplete/org-mode/file-option):
87         Fix bug in `pcomplete/org-mode/file-option'.
88         (org-thing-at-point): Also match line options like LATEX_CLASS
89         when pcompleting from LATEX_.
91         * org-agenda.el (org-agenda-filter-make-matcher)
92         (org-agenda-filter-apply): Allow filtering entries out by
93         category.  Using `C-u <' from the agenda view will redisplay
94         the agenda without entries from categories of the current line.
96 2012-04-14  Eric Schulte  <eric.schulte@gmx.com>
98         * ob-C.el (org-babel-C-ensure-main-wrap):
99         Add an explicit return to automatically generated main methods.
101 2012-04-14  Matt Lundin  <mdl@imapmail.org>
103         * org.el (org-after-todo-state-change-hook):
104         Fix docstring to reflect name change of state to `org-state'.
106 2012-04-14  Mike Sperber  <sperber@deinprogramm.de>  (tiny change)
108         * org-footnote.el (org-footnote-normalize):
109         Correctly pass keyword arguments to `org-export-preprocess-string'.
111 2012-04-03  Bastien Guerry  <bzg@gnu.org>
113         * org.el (org-todo): Fix regression: rename `state' to
114         `org-state'.
115         (org-use-effective-time): Fix group and type.
117 2012-04-02  Bastien Guerry  <bzg@gnu.org>
119         * org-clock.el (org-clock-out-if-current): Fix regression: rename
120         `org-clock-state' to `org-state' to match the name of the
121         dynamically-scoped variable in `org-todo'.
123         * org-agenda.el (entry, org-diary, org-class): Fix regression:
124         rename `org-entry' to `entry'.
126 2012-04-01  Bastien Guerry  <bzg@gnu.org>
128         * org.el (org-todo): Fix regression in `org-todo'.
130 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
132         * ob-C.el (org-babel-C-execute): Add .exe to the end of compiled
133         C files on windows.
135 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
137         * ob-exp.el (org-babel-exp-code): Escape all lines when exporting
138         Org-mode blocks.
140         * ob.el (org-babel-parse-src-block-match): Make use of the new
141         language argument to org-babel-strip-protective-commas.
142         (org-babel-parse-inline-src-block-match): Make use of the new
143         language argument to org-babel-strip-protective-commas.
144         (org-babel-strip-protective-commas): Now accepts a language
145         argument.
147 2012-04-01  Bastien Guerry  <bzg@gnu.org>
149         * org.el (org-fast-tag-selection): Fix an bug when listing tags
150         for completion.
152 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
154         * org.el (org-delete-property-globally): Fixed a bug that left
155         blank line in place of the property, instead of removing the line.
157 2012-04-01  Bastien Guerry  <bzg@gnu.org>
159         * ob-maxima.el (org-babel-maxima-command): Add group information
160         to the defcustom.
162 2012-04-01  Bastien Guerry  <bzg@gnu.org>
164         * org.el (org-mode): Use `buffer-face-mode' to remap the 'default
165         face to 'org-default.
167 2012-04-01  Bastien Guerry  <bzg@gnu.org>
169         * org-ascii.el (org-export-as-ascii): Fix escaping of underscores
170         in links.
172 2012-04-01  Bastien Guerry  <bzg@gnu.org>
174         * org.el: Prevent a bug while defining the menu by requiring
175         `org-beamer' when necessary.
177 2012-04-01  Bastien Guerry  <bzg@gnu.org>
179         * org-table.el (orgtbl-self-insert-command): Use
180         `backward-delete-char' instead of `delete-backward-char' as this
181         last command gets caught by the compiler which says to not use it
182         in programs.  `backward-delete-char' is just an alias for
183         `delete-backward-char' which is internally remapped to
184         `org-delete-backward-char' for optimization purpose.
186 2012-04-01  Bastien Guerry  <bzg@gnu.org>
188         * org-latex.el (org-export-latex-subcontent): Bugfix: when
189         `org-export-latex-low-levels' is nil, do not export low levels.
191 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
193         * ob.el (org-babel-insert-result): Fix bug in indented wrapped
194         results insertion.
196 2012-04-01  Bastien Guerry  <bzg@gnu.org>
198         * org.el (org-set-tags): Include `org-tag-alist' in the list of
199         possible completions, even when there are tags defined in the
200         buffer.
202 2012-04-01  Bastien Guerry  <bzg@gnu.org>
204         * org-mime.el (org-mime-htmlize): Set
205         `org-export-with-LaTeX-fragments' correctly.
207 2012-04-01  Bastien Guerry  <bzg@gnu.org>
209         * org.el (org-set-tags): Don't add a column when there is only one
210         tag offered for completion.
212 2012-04-01  Bastien Guerry  <bzg@gnu.org>
214         * org.el (org-fast-tag-selection): Include tags from
215         `org-tag-alist' when completing with the TAB key.
217 2012-04-01  Shoji Nishimura  <nishimura.shoji@gmail.com>  (tiny change)
219         * org.el (org-display-inline-images): Honor the ̀beg' parameter.
221 2012-04-01  Bastien Guerry  <bzg@gnu.org>
223         * org-latex.el (org-export-latex-subcontent): Don't insert a
224         linebreak when itemizing a subtree that is just a headline.
226 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
228         * ob-lob.el (org-babel-lob-get-info): Removed extra []s when
229         parsing inline call_foo lines.
231 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
233         * ob-maxima.el (org-babel-maxima-command): The maxima command used
234         should be configurable (defaults to maxima-command if defined).
235         (org-babel-execute:maxima): The maxima command used should be
236         configurable (defaults to maxima-command if defined).
238 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
240         * ob-C.el (org-babel-C-execute): Add the local directory to the
241         library search path for C/C++ block compilation.
243 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
245         * ob.el (org-babel-where-is-src-block-result): Don't truncate
246         results name on call line execution.
248 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
250         * org-colview.el (org-columns-cleanup-item): Handle case of empty
251         headline
253 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
255         * org-footnote.el (org-footnote-delete-definitions): Fix LaTeX
256         export error when a src block produces fake footnotes.
258 2012-04-01  Bastien Guerry  <bzg@gnu.org>
260         * org.el (org-read-date): Don't mention `parse-time-weekdays' and
261         `parse-time-months' in the docstring.
263 2012-04-01  Bastien Guerry  <bzg@gnu.org>
265         * org-agenda.el (org-agenda-filter-apply): Bugfix: Add let
266         binding.
268 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
270         * org-colview.el (org-columns-compute): Also consider inline tasks
271         when computing the sum.
273 2012-04-01  Thomas Morgan  <tlm@ziiuu.com>  (tiny change)
275         * org-habit.el (org-habit-insert-consistency-graphs): Fix
276         alignment of consistency graph in filtered agenda view.
278 2012-04-01  Bastien Guerry  <bzg@gnu.org>
280         * org-latex.el (org-export-as-latex): Fix bug in setting the
281         export directory according to the LaTeX options.
283 2012-04-01  K.Nagashima  <uni.naga@gmail.com>  (tiny change)
285         * org.el (org-show-subtree): Make interactive.
287 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>
289         * org-clock.el: (org-clock-get-table-data): Make sure todo-only
290         does not leak when it is set by make-org-tags-macher.
292 2012-04-01  Bastien Guerry  <bzg@gnu.org>
294         * org.el (org-cycle-internal-local): Don't try to hide drawers
295         within subtrees in this function, it slows cycling down.
297 2012-04-01  Bastien Guerry  <bzg@gnu.org>
299         * org-agenda.el (org-agenda-custom-commands-local-options): Fix
300         incorrect custom option definition.
302 2012-04-01  Bastien Guerry  <bzg@gnu.org>
304         * org-colview.el (org-columns-display-here): Bugfix: use the date
305         as the value for the ITEM column when displaying a summary.
307 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
309         * ob-lilypond.el: Re-direct homepage to Worg.
311 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
313         * ob-lilypond.el: Leave versioning to Org.
315 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
317         * ob-lilypond.el: Fix compiler warning.
319 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
321         * org-odt.el (org-odt-format-entity-caption): Enumerate entities
322         that have either a caption or a label.
323         (org-odt-label-styles, org-odt-category-map-alist): Add a
324         separator between sequence number and caption.  Introduced two
325         new label styles for handling of math formula and math label.
326         (org-odt-format-label-definition)
327         (org-export-odt-format-formula): Propagate above changes.
329 2012-04-01  Bastien Guerry  <bzg@gnu.org>
331         * org.el (org-enforce-todo-dependencies): Fix docstring.
333 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
335         * org-odt.el (org-export-odt-category-strings): New custom
336         variable.
337         (org-odt-category-map-alist): Modify interpretation.  Don't
338         use the same field to double up as both a OpenDocument
339         variable and a category string.  Entries in this list now
340         specify only the OpenDocument variable.  Category strings are
341         obtained through an indirect lookup of
342         `org-export-odt-category-strings'.  Use same OpenDocument
343         variables as what LibreOffice uses for various entities.  Fix
344         docstring.
345         (org-odt-add-label-definition)
346         (org-odt-format-label-definition)
347         (org-odt-format-label-reference): Propagate above changes.
349 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
351         * org-latex.el (org-export-as-latex): Check TeX-master correctly.
353 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
355         * org-odt.el (org-odt-category-map-alist): Update docstring.
356         (org-export-odt-user-categories)
357         (org-export-odt-get-category-from-label)
358         (org-odt-get-label-category-and-style): Remove.
359         (org-odt-add-label-definition): Propagate above changes.
361 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
363         * org.el (org-refile): Don't allow creation of parents when using
364         the refile command to go to a headline.
366 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
368         * org-odt.el (org-odt-format-org-link): Resolve links to headlines
369         as section numbers only if section numbering is on.
371 2012-04-01  Bastien Guerry  <bzg@gnu.org>
373         * org.el (format-spec): Require 'format-spec.
375 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
377         * org-latex.el (org-export-as-latex): Fix TeX-master declaration.
379 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
381         * org.el (org-imenu-get-tree): Check that looking-at succeeds
382         before using match results.
384 2012-04-01  Bastien Guerry  <bzg@gnu.org>
386         * org-exp-blocks.el (org-ditaa-jar-path): Make a defcustom.
388 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
390         * org-lparse.el (org-do-lparse): Make effective setting of
391         `org-export-headline-levels' available to the ODT exporter.  Also
392         remove some stale comments.
394 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
396         * org-odt.el (org-odt-begin-toc): Handle named HTML entities in
397         per-language string for "Table Of Contents".
399 2012-04-01  Bastien Guerry  <bzg@gnu.org>
401         * org-exp-blocks.el (org-ditaa-jar-path): Fix merge conflict.
403 2012-04-01  Shaun Johnson  <shaun@slugfest.demon.co.uk>  (tiny change)
405         * org-exp-blocks.el (org-ditaa-jar-path): Better heuristic to find
406         the libary name.
408 2012-04-01  Suvayu Ali  <fatkasuvayu+linux@gmail.com>
410         * org-src.el (org-edit-src-code): Change let bind to let*, e.g. if
411         case-fold-search is bound to nil globally, the
412         (case-fold-search t) doesn't work until we get to the body.
414 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
416         * org-latex.el (org-export-latex-tables): Allow to use
417         sidewaystable.
419 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
421         * ob.el (org-babel-expand-noweb-references): Fix bug in src name
422         regexp when using *org-babel-use-quick-and-dirty-noweb-expansion*.
424 2012-04-01  David Maus  <dmaus@ictsoc.de>
426         * org.el (org-scan-tags): Require one or more spaces (+) between
427         keyword and headline.
429 2012-04-01  David Maus  <dmaus@ictsoc.de>
431         * org-agenda.el (org-prepare-agenda): Don't reset
432         `org-done-keywords-for-agenda' when `org-agenda-multi'.
434 2012-04-01  Thomas Morgan  <tlm@ziiuu.com>  (tiny change)
436         * org-habit.el (org-habit-insert-consistency-graphs): Fix bug
437         while inserting habit graph in the agenda buffer.
439 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
441         * org-src.el (org-src-edit-buffer-p): New function.
443 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
445         * org-agenda.el (org-agenda-skip-if): Fix the order conditions are
446         being checked.  Also enhance the docstring a bit.
448 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
450         * org-agenda.el (org-agenda-tree-to-indirect-buffer): Fix the
451         display of indirect agenda window.
453 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
455         * org.el (org-create-formula-image, org-dvipng-color): Fix XEmacs
456         compatibility bug.
458 2012-04-01  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
460         * org-clock.el (org-clock-get-table-data): Bind org-scanner-tags
461         to tags-list and org-trust-scanner-tags to t while evaluating the
462         matcher, since the matcher is always evaluated at the current
463         entry.
465 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
467         * org.el (org-scan-tags): Bind org-trust-scanner-tags to t while
468         evaluating the matcher, since the matcher is always evaluated at
469         the current entry.
471 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
473         * ob-lilypond.el (ly-compile-lilyfile): Fixed misplaced comma in a
474         quoting expression.
476 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
478         * ob.el (org-babel-merge-params): Add "eval" as acceptable noweb
479         argument.
480         (org-babel-noweb-p): The "eval" argument only expands during
481         evaluation.
483 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
485         * ob.el (org-strip-protective-commas): Declared.
487         * org-agenda.el (org-agenda-filtered-by-category): Declared.
488         (org-agenda-filter-apply): Capture free variable.
490         * org-footnote.el (org-skip-whitespace): Declared.
492         * org-mobile.el (org-agenda-filter): Declared.
494         * org-src.el (org-strip-protective-commas): Declared.
496 2012-04-01  Sebastien Vauban  <sva@mygooglest.com>  (tiny change)
498         * org.el (org-version): Add autoload cookie.
500 2012-04-01  David Maus  <dmaus@ictsoc.de>
502         * org-attach.el (org-attach-store-link-p): Remove spurious quote
503         in customization form choice.
505 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
507         * ob-sh.el (org-babel-execute:sh): Pass all params to subroutine.
508         (org-babel-sh-evaluate): Apply :shebang and :padline to shell script
509         execution.
511 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
513         * ob.el (org-babel-insert-result): Ensure correct order for empty
514         result wrapping blocks.
516 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
518         * ob-lilypond.el: Make auditioning of midi and pdf asynchronous,
519         and add easy pdf generation in the form of `ly-gen-pdf' variable.
521 2012-04-01  Deech  <deech@deech-ThinkPad-X200.none>  (tiny change)
523         * ob-tangle.el (org-babel-spec-to-string): The link generated by
524         org-store-link is escaped twice when tangling with ":comments yes"
525         flag.
527 2012-04-01  Bastien Guerry  <bzg@gnu.org>
529         * org-html.el (org-export-as-html): Remove another useless space
530         before tag.
532 2012-04-01  Bastien Guerry  <bzg@gnu.org>
534         * org-html.el (org-export-as-html): Remove another useless space
535         before tag.
537 2012-04-01  Bastien Guerry  <bzg@gnu.org>
539         * org-html.el (org-export-as-html): Remove useless space before
540         tag.
542 2012-04-01  Sebastien Vauban  <sva@mygooglest.com>  (tiny change)
544         * org.el (org-version): Add autoload cookie.
546 2012-04-01  Bastien Guerry  <bzg@gnu.org>
548         * org.el (org-get-category): Save match data.
550 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
552         * ob-tangle.el (org-babel-tangle): Don't prompt for a file name if
553         :tangle is specified.
555         * ob.el (org-babel-expand-noweb-references): Widen buffer when
556         expanding noweb references.
558 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
560         * ob-table.el (sbe): Don't accidentally leave a `t' value when
561         variables are force interpreted as strings.
563 2012-04-01  David Maus  <dmaus@ictsoc.de>
565         * org-bbdb.el (org-bbdb-open, org-bbdb-open-old)
566         (org-bbdb-open-new): Pass record name to avoid dynamic scoping.
568 2012-04-01  David Maus  <dmaus@ictsoc.de>
570         * org-bbdb.el (bbdb-record-get-field, bbdb-search-name)
571         (bbdb-search-organization): Declare functions to silence byte
572         compiler.
574 2012-04-01  Bernt Hansen  <bernt@norang.ca>
576         * org.el (org-clone-subtree-with-time-shift): Fix task cloning for
577         repeating tasks using .+n and ++n syntax
579 2012-04-01  Karl Fogel  <kfogel@red-bean.com>  (tiny change)
581         * org-agenda.el (org-agenda-highlight-todo): Handle the case of a
582         heading that has a date but no todo keyword.
584 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
586         * ob.el (org-babel-find-named-result): Fix code block replacement
587         with results.
589 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
591         * org-footnote.el (org-footnote-normalize): Do not normalize
592         labels when sort-only is non-nil.
594 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
596         * org-footnote.el (org-footnote-normalize): Remove an useless part
597         of the function.
598         (org-insert-footnote-reference-near-definition): Remove function.
600 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
602         * org-footnote.el (org-footnote-normalize): Fix normalization of
603         inline footnotes with no footnote section.
605 2012-04-01  David Maus  <dmaus@ictsoc.de>
607         * org-bbdb.el (org-bbdb-old): Replace `defvar' after loading 'bbdb
608         to check for old or new version by a check for the required
609         function in `org-bbdb-open' and `org-bbdb-store-link'.
610         (org-bbdb-store-link, org-bbdb-open): Check which version of bbdb is
611         to be used.
613 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
615         * ob.el (org-babel-find-named-result): Don't miss a code block
616         when there are confounding spaces after the result name.
618 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
620         * ob-lob.el (org-babel-block-lob-one-liner-regexp): Less greedy
621         regular expressions.
622         (org-babel-inline-lob-one-liner-regexp): Less greedy regular
623         expressions.
625 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
627         * ob.el (org-babel-examplize-region): Fixed bug in examplization.
629 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
631         * org.el (org-link-search): Search for #+name affiliated keywords
632         and invisible targets.
634 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
636         * org-lparse.el (org-lparse-end-footnote-definition): Cleanup
637         newlines in a transcoded footnote definition.  This ensures that
638         the line that is currently being processed by `org-do-lparse' loop
639         doesn't get broken up into multiple lines.  Fix for the following
640         bug -
642 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
644         * org-footnote.el (org-footnote-normalize): Force a paragraph
645         break after the last footnote definition.  This is an an implicit
646         assumption made by the org-lparse.el library.  With this change,
647         footnote definitions can reliably be exported with ODT backend.
648         See http://lists.gnu.org/archive/html/emacs-orgmode/2012-02/msg01013.html.
650 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
652         * ob-ditaa.el (org-ditaa-jar-path): Fix a recursive load error.
654 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
656         * org-list.el (org-list-struct): Fix small bug introduced by
657         commit 8b7a3f249803aba612f9ad3ae50c2fc986247da4 in Org's git repo.
659 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
661         * ob-ditaa.el (org-ditaa-jar-path): Already defined in
662         org-exp-blocks.el.
664         * org-exp-blocks.el (org-ditaa-jar-path): Declare appropriately
665         for the fact that this is really now a Babel thing -- even if it
666         is used here and the definition should remain here for reasons of
667         load dependencies.
669 2012-04-01  David Maus  <dmaus@ictsoc.de>
671         * org-bbdb.el (org-bbdb-old): Wrap `defvar' so the variable gets
672         defined after bbdb was loaded.
674 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
676         * org-latex.el (org-export-latex-tables): Don't add spurious
677         preceding newline if caption is not above a longtable.
679 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
681         * org-odt.el (org-odt-insert-toc): Remove this stray,
682         dysfunctional routine.  This possibly has crept in because of the
683         broken merges between "maint" and "origin" branches.
684         (org-odt-begin-table): Don't emit an empty paragraph when a table is
685         neither labeled nor captioned.
686         (org-odt-init-outfile): Remove reference to an unused variable.
688 2012-04-01  Viktor Rosenfeld  <listuser36@googlemail.com>
690         * ob-sql.el (org-babel-execute:sql): Add support for MonetDB to
691         SQL code blocks.
693 2012-04-01  Andreas Leha  <andreas.leha@med.uni-goettingen.de>
695         * ob.el (org-babel-goto-named-src-block): Pushing the point to the
696         org-mark-ring and guessing at the code block name to jump to.
698 2012-04-01  David Maus  <dmaus@ictsoc.de>
700         * org-agenda.el (org-agenda-tree-to-indirect-buffer): Fix handling
701         of indirect buffer and window.
703 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
705         * org-footnote.el (org-footnote-forbidden-blocks): Allow footnotes
706         in verse blocks.
708 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
710         * org-footnote.el (org-footnote-forbidden-blocks): Allow footnotes
711         in verse blocks.
713 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
715         * org-exp.el (org-table-clean-before-export): Ignore table rows
716         defining parameters for formulas during export.
718 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
720         * org-list.el (org-list-get-item-number): New function.
722 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
724         * org-list.el (org-list-ending-method, org-list-end-regexp):
725         Removed variables.
726         (org-in-item-p, org-list-separating-blank-lines-number)
727         (org-list-parse-list, org-list-struct): Apply changes.
729         * org-exp.el (org-export-mark-list-end)
730         (org-export-mark-list-properties): Apply changes.
732         * org-latex.el (org-export-latex-lists): Apply changes.
734 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
736         * org.el (org-cycle-internal-local): Correctly unfold headlines
737         containing an inlinetask.
739 2012-04-01  Bastien Guerry  <bzg@gnu.org>
741         * org.el (org-structure-template-alist): Fix missing angle
742         brackets for muse export style.
744 2012-04-01  David Maus  <dmaus@ictsoc.de>
746         * org.el (org-recenter-calendar): Use `with-selected-window' to
747         select calendar window and save currently selected window and
748         current buffer.
750 2012-04-01  Toby S. Cubitt  <tsc25@cantab.net>  (tiny change)
752         * org.el (org-goto): call org-refile-get-location with NO-EXCLUDE
753         argument set, otherwise not only are headlines in the current
754         subtree excluded, but it throws an error if point happens not to
755         be within a subtree (e.g. at start of buffer).
757 2012-04-01  David Maus  <dmaus@ictsoc.de>
759         * org.el (org-scan-tags): Fix highlighting in sparse-tree.
761 2012-04-01  David Maus  <dmaus@ictsoc.de>
763         * org-clock.el (org-in-clocktable-p): Moved to org.el.
765         * org.el (org-in-clocktable-p): New function. Moved from
766         org-clock.el
768 2012-04-01  David Maus  <dmaus@ictsoc.de>
770         * org-exp.el (org-export-get-title-from-subtree): Don't format
771         tags in title if title headline does not have tags.
773 2012-04-01  Bastien Guerry  <bzg@gnu.org>
775         * org.el (org-cycle-internal-local): Fix bug: hide drawers in
776         inline tasks too.
778 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
780         * org-odt.el (org-odt-format-preamble): Don't insert TOC here.
781         Delay it till the end of export.
782         (org-odt-begin-document-body): Make a note of the default
783         position of TOC in `org-lparse-dyn-first-heading-pos'.
784         (org-odt-insert-toc): Insert TOC as directed by
785         [TABLE-OF-CONTENTS] line or at the default position.
786         (org-odt-end-export): Call `org-odt-insert-toc'.
788 2012-04-01  Bastien Guerry  <bzg@gnu.org>
790         * org.el (org-preview-latex-fragment): Throw an error when called
791         from a non-file buffer.
793 2012-04-01  David Maus  <dmaus@ictsoc.de>
795         * org-capture.el (org-capture-place-item): Don't search for
796         position in existing list if :exact-position was supplied.
798 2012-04-01  Bastien Guerry  <bzg@gnu.org>
800         * org.el (org-set-font-lock-defaults): Fix bug in done headline
801         fontification.
803 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
805         * org-odt.el (org-odt-format-textbox): Honor user-specified width
806         in captioned images.
808 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
810         * org.el (org-update-property-plist): Fix bug in property list
811         updates.
813 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
815         * ob.el (org-babel-balanced-split): Explicit checking if list
816         before calling member.
818 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
820         * ob-sqlite.el (org-babel-execute:sqlite): Specify the use of ","
821         as the separator to `org-table-convert-region'.  Fixes errors when
822         only one result per line of output.
824 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
826         * ob.el (org-babel-strip-protective-commas): Use
827         `org-strip-protective-commas'.
829         * org-exp.el (org-export-select-backend-specific-text): Use
830         `org-strip-protective-commas'.
832         * org-src.el (org-edit-src-code): Use
833         `org-strip-protective-commas'.
835         * org.el (org-strip-protective-commas): Single definition for this
836         functionality.
838 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
840         * ob-sql.el: Mention ob-sqlite in the comments of ob-sql.
842 2012-04-01  David Maus  <dmaus@ictsoc.de>
844         * org-capture.el (org-capture-prepare-finalize-hook): New hook.
845         Run before the finalization process starts.
846         (org-capture-finalize): Run new hook.
848 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
850         * org.el (org-entry-get): Generalize to multiple "prop+"
851         properties.
853 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
855         * org-src.el (org-src-mode-map): Rebinding `org-edit-src-save' in
856         the `org-src-mode-map'.
858 2012-04-01  David Maus  <dmaus@ictsoc.de>
860         * org.el (org-recenter-calendar): Use `with-selected-window' to
861         select calendar window and save currently selected window and
862         current buffer.
864 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
866         * org-list.el (org-list-ending-method, org-list-end-regexp):
867         Removed variables.
868         (org-in-item-p, org-list-separating-blank-lines-number)
869         (org-list-parse-list, org-list-struct): Apply changes.
871         * org-exp.el (org-export-mark-list-end)
872         (org-export-mark-list-properties): Apply changes.
874         * org-latex.el (org-export-latex-lists): Apply changes.
876 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
878         * org.el (org-entry-get): Accumulate properties from subtree
879         property drawers.
881 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
883         * org.el (org-entry-get): Accumulate properties from subtree
884         property drawers.
886 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
888         * org-odt.el (org-export-odt-image-size-probe-method)
889         (org-odt-do-image-size): Use imagemagick preferentially to
890         determine image sizes.
892 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
894         * org-odt.el (org-export-as-odt-to-buffer)
895         (org-replace-region-by-odt, org-export-region-as-odt): Remove
896         these interactive functions.  They are of questionable value.
898 2012-04-01  Toby S. Cubitt  <tsc25@cantab.net>  (tiny change)
900         * org.el (org-goto): call org-refile-get-location with NO-EXCLUDE
901         argument set, otherwise not only are headlines in the current
902         subtree excluded, but it throws an error if point happens not to
903         be within a subtree (e.g. at start of buffer).
905 2012-04-01  Bastien Guerry  <bzg@gnu.org>
907         * org-exp.el (org-export-kill-product-buffer-when-displayed)
908         (org-export-initial-scope, org-export-date-timestamp-format)
909         (org-export-with-tasks, org-export-email-info)
910         (org-export-table-remove-empty-lines): Add version tag.
912 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
914         * org.el (org-cycle-internal-local): Correctly unfold headlines
915         containing an inlinetask.
917 2012-04-01  Bernt Hansen  <bernt@norang.ca>
919         * org-clock.el (org-clock-out): Do not delete the current clocking
920         task when org-clock-out-hook clocks in another task
922 2012-04-01  David Maus  <dmaus@ictsoc.de>
924         * org.el (org-scan-tags): Fix highlighting in sparse-tree.
926 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
928         * org-odt.el (org-export-odt-convert-processes): Re-define
929         (org-export-odt-convert-capabilities): Fix an accidental
930         regression.
932 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
934         * org-odt.el (org-export-odt-convert-capabilities): Change the
935         default value.
937 2012-04-01  David Maus  <dmaus@ictsoc.de>
939         * org-clock.el (org-in-clocktable-p): Moved to org.el.
941         * org.el (org-in-clocktable-p): New function. Moved from org-clock.el
943 2012-04-01  David Maus  <dmaus@ictsoc.de>
945         * org-exp.el (org-export-get-title-from-subtree): Don't format
946         tags in title if title headline does not have tags.
948 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
950         * org-footnote.el (org-blank-before-new-entry)
951         (org-export-footnotes-seen, org-export-footnotes-data): Fix bogus
952         declarations.
954 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
956         * org.el (org-beginning-of-line, org-end-of-line): Fix special C-a
957         and C-e behaviour with visual lines.
959 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
961         * org-exp-blocks.el (org-export-blocks): Changed the name of
962         exporting comment blocks given that it seems regular comment
963         blocks no longer export.
965 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
967         * ob-exp.el (org-babel-exp-get-export-buffer): Access current
968         export buffer.
969         (org-babel-exp-in-export-file): Access current export buffer.
970         (org-babel-exp-src-block): Access current export buffer.
971         (org-babel-exp-inline-src-blocks): Access current export buffer.
973 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
975         * ob-exp.el (org-babel-exp-in-export-file)
976         (org-babel-exp-src-block, org-babel-exp-inline-src-blocks): Allow
977         org-current-export-file to contain a buffer.
979 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
981         * org-lparse.el (org-lparse-do-convert): Replace `call-process'
982         with `shell-command-to-string'.
984 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
986         * org-footnote.el (org-footnote-create-definition): Fix space
987         insertion when creating a new footnote.  This fixes newline
988         munching when `org-footnote-section' is nil and blank lines
989         stacking when it isn't nil.
991 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
993         * org-footnote.el (org-footnote-normalize): Make sure that
994         footnotes are moved to a single place during export.
996 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
998         * org-footnote.el (org-footnote-normalize): Ensure footnote
999         definition will be inserted at the end of the section
1000         corresponding to to its first reference.
1002 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
1004         * org-footnote.el (org-footnote-at-definition-p): Make sure to
1005         move point at the beginning of the separator before skiping white
1006         spaces.  Refactor code.
1008 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1010         * ob-exp.el (org-babel-exp-src-block): Strip noweb references on
1011         export when "strip-export".
1013         * ob.el (org-babel-common-header-args-w-values): New noweb
1014         header value.
1015         (org-babel-merge-params): New noweb header value.
1016         (org-babel-noweb-p): New noweb header value.
1018 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1020         * ob-tangle.el (org-babel-tangle-clean): Just use default value.
1022         * ob.el (org-babel-noweb-wrap): Add default value.
1023         (org-babel-expand-noweb-references): Just use default value.
1025 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
1027         * org-exp.el (org-export-select-backend-specific-text): Always
1028         preserve original indentation as a text property so that lists do
1029         not get broken by indentation at column 0.
1031 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1033         * ob.el (org-babel-expand-noweb-references): Don't allow newlines
1034         in source names in noweb references.
1036 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
1038         * org.el (org-fill-line-break-nobreak-p): New function.
1039         (org-set-autofill-regexps): Add previous function to
1040         `fill-nobreak-predicate'.
1042 2012-04-01  Vitalie Spinu  <spinuvit@gmail.com>
1044         * ob-R.el (org-babel-R-evaluate-session): Inhibit R evaluation
1045         visibility regardless of local user customization.
1047 2012-04-01  Vitalie Spinu  <spinuvit@gmail.com>
1049         * ob-R.el (org-babel-R-evaluate-session): Inhibit R evaluation
1050         visibility regardless of local user customization.
1052 2012-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
1054         * org-inlinetask.el (org-inlinetask-show-first-star): New option.
1055         (org-inlinetask-fontify): Honor `org-inlinetask-show-first-star'.
1057         * org-indent.el (org-indent-set-line-properties): Honor
1058         `org-inlinetask-show-first-star'.
1060 2012-04-01  Bastien Guerry  <bzg@gnu.org>
1062         * org.el (org-set-regexps-and-options): Ensure `org-drawers'
1063         doesn't contain duplicates.
1065 2012-04-01  Bastien Guerry  <bzg@gnu.org>
1067         * org.el (org-at-drawer-p): Normalize the docstring to match other
1068         `org-at-*-p' docstrings.
1069         (org-indent-block, org-indent-drawer, org-at-block-p): New
1070         functions.
1071         (org-metaright): Use the new functions to indent a drawer or a
1072         block depending on the context.  Also update the docstring.
1074 2012-04-01  Bastien Guerry  <bzg@gnu.org>
1076         * org.el (org-set-regexps-and-options): Set the value of
1077         `org-drawers' by adding the value of the infile #+DRAWERS option
1078         to that of the existing `org-drawers'.
1080 2012-04-01  Bastien Guerry  <bzg@gnu.org>
1082         * org.el (org-cycle-internal-local): Fix bug: hide drawers in
1083         inline tasks too.
1085 2012-04-01  Bastien Guerry  <bzg@gnu.org>
1087         * org-inlinetask.el (org-inlinetask-toggle-visibility): Use
1088         `org-show-entry' instead of `outline-flag-region' to keep the
1089         drawers folded when unfolding an inline task.
1091 2012-04-01  Torsten Anders  <torsten.anders@beds.ac.uk>  (tiny change)
1093         * org-beamer.el (org-beamer-environments-default): Add support and
1094         keybinding for the `exampleblock' environment.
1096 2012-04-01  Michael Brand  <michael.ch.brand@gmail.com>
1098         * org.el (org-open-link-from-string): Regard `reference-buffer'
1099         when setting `org-inhibit-startup'.
1101 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1103         * ob-exp.el (org-babel-exp-non-block-elements): Don't insert extra
1104         space between inline src block and results on export.
1106 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1108         * ob.el (org-babel-get-inline-src-block-matches): Allow *any*
1109         punctuation to proceed an inline src block.
1111 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1113         * ob.el (org-babel-get-inline-src-block-matches): Add ( to the
1114         list of characters allowed to proceed an inline src block.
1116 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1118         * ob-tangle.el (org-babel-tangle-clean): Use the customizable
1119         noweb wrappers.
1121         * ob.el (org-babel-noweb-wrap-start): Begin a noweb reference.
1122         (org-babel-noweb-wrap-end): End a noweb reference.
1123         (org-babel-noweb-wrap): Apply the customizable noweb wrappers.
1124         (org-babel-expand-noweb-references): Use the customizable noweb
1125         wrappers.
1127 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
1129         * org.el (org-beginning-of-line): Handle case when there's no
1130         character after box.
1132 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
1134         * org-odt.el (org-odt-format-preamble): Don't insert TOC here.
1135         Delay it till the end of export.
1136         (org-odt-begin-document-body): Make a note of the default
1137         position of TOC in `org-lparse-dyn-first-heading-pos'.
1138         (org-odt-insert-toc): Insert TOC as directed by
1139         [TABLE-OF-CONTENTS] line or at the default position.
1140         (org-odt-end-export): Call `org-odt-insert-toc'.
1142 2012-04-01  Bastien Guerry  <bzg@gnu.org>
1144         * org.el (org-preview-latex-fragment): Throw an error when called
1145         from a non-file buffer.
1147 2012-04-01  Bastien Guerry  <bzg@gnu.org>
1149         * org.el (org-insert-property-drawer): Not an interactive
1150         command anymore.
1151         (org-insert-drawer): With a prefix argument, insert a property
1152         drawer.  Check for headline within the region before inserting the
1153         drawer.  Don't include special drawers in the completion table.
1154         (org-mode-map): New keybinding `C-c C-x d' for
1155         `org-insert-drawer'.
1157 2012-04-01  Bastien Guerry  <bzg@gnu.org>
1159         * org.el (org-insert-drawer): Support completion over known drawer
1160         names and inserting a drawer around the current region.
1162 2012-04-01  Bastien Guerry  <bzg@gnu.org>
1164         * org.el (org-insert-drawer): New function.
1165         (org-insert-property-drawer): Use it.
1167 2012-04-01  Bastien Guerry  <bzg@gnu.org>
1169         * org-list.el (org-mark-list): New function.
1171 2012-04-01  Bastien Guerry  <bzg@gnu.org>
1173         * org-pcomplete.el (pcomplete/org-mode/drawer): New function to
1174         complete drawer at point.
1175         (org-thing-at-point): Use it.
1177 2012-04-01  Bastien Guerry  <bzg@gnu.org>
1179         * org.el (org-meta-return): Use `newline-and-indent' when in a
1180         property drawer.
1182 2012-04-01  Bastien Guerry  <bzg@gnu.org>
1184         * org.el (org-structure-template-alist): Fix docstring: the
1185         feature is not experimental anymore.
1187 2012-04-01  Bastien Guerry  <bzg@gnu.org>
1189         * org-agenda.el (org-agenda-show-and-scroll-up): Allow `C-u' to
1190         display the item without unfolding drawers and logbooks.
1192 2012-04-01  Bastien Guerry  <bzg@gnu.org>
1194         * org-src.el (org-edit-src-code): Make sure `buffer-file-name' is
1195         always nil.
1197 2012-04-01  Bastien Guerry  <bzg@gnu.org>
1199         * org.el (org-structure-template-alist): Fix missing angle
1200         brackets for muse export style.
1202 2012-04-01  Bastien Guerry  <bzg@gnu.org>
1204         * org.el (org-read-date): New parameter `inactive' when reading
1205         for insertion of inactive timestamps.
1206         (org-time-stamp, org-read-date-display): Use the new
1207         parameter.
1209 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1211         * ob.el (org-babel-expand-noweb-references): Only allow
1212         reference names which start and end with non-whitespace characters.
1213         Also, raise errors as appropriate given org-babel-noweb-error-langs.
1215 2012-04-01  Bastien Guerry  <bzg@gnu.org>
1217         * org-src.el (org-src-in-org-buffer): Save and restore
1218         `buffer-undo-list' after editing.
1220 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1222         * ob.el (org-babel-common-header-args-w-values): Add new header
1223         argument.
1224         (org-babel-expand-noweb-references): Use header argument rather than
1225         customization variable.
1227 2012-04-01  David Maus  <dmaus@ictsoc.de>
1229         * org-capture.el (org-capture-place-item): Don't search for
1230         position in existing list if :exact-position was supplied.
1232 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1234         * ob.el (org-babel-noweb-separator): Custom variable for
1235         accumulated noweb references.
1236         (org-babel-expand-noweb-references): Allow separator for noweb
1237         references.
1239 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
1241         * org.el (org-beginning-of-line): In an item, special position
1242         for C-a is after check-box, if any.
1243         (org-special-ctrl-a/e): Modify doc-string accordingly.
1245 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
1247         * org-odt.el (org-export-odt-format-formula): Use :style
1248         property to specify custom table styles.
1250 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1252         * ob-exp.el (org-babel-exp-call-line-template): Control export of
1253         additional call line information.
1254         (org-babel-exp-non-block-elements): Fancier call line export.
1256 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
1258         * org-odt.el (org-odt-entity-frame-styles): Add frame params
1259         for images that are anchored as character.
1260         (org-export-odt-format-image): Handle new anchor type
1261         "as-char".
1262         (org-export-odt-default-image-sizes-alist): Misc. change.
1263         (org-export-odt-format-formula): Misc. change.
1265 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1267         * ob.el (org-babel-check-src-block): Don't report valid header
1268         arguments as suspicious.
1270 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1272         * ob-exp.el (org-babel-exp-non-block-elements): Map over both
1273         inline src blocks and call lines on export.
1275 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
1277         * org-odt.el (org-odt-label-styles): Add a new style.
1278         (org-odt-category-map-alist):  Use it.
1280 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
1282         * org-odt.el (org-odt-table-style-format): New.  Template for
1283         auto-generated table styles.
1284         (org-odt-automatic-styles, org-odt-object-counters): New
1285         variables.
1286         (org-odt-add-automatic-style): New function.
1287         (org-odt-write-automatic-styles): New function.  Create
1288         automatic styles for tables that have custom :rel-width.
1289         (org-odt-begin-table): Parse attributes specified with
1290         "#+ATTR_ODT: " option and use it to create an automatic table
1291         style.
1292         (org-odt-save-as-outfile): Call
1293         `org-odt-add-write-automatic-styles'.
1294         (org-odt-init-outfile): Init newly add variables.
1295         (org-odt-section-count): Remove it.
1296         (org-odt-begin-section): Use `org-odt-add-automatic-style' to
1297         generate an automatic section name.
1299 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1301         * ob.el (org-babel-map-executables): Correctly position point when
1302         mapping hits an inline code block.
1304 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1306         * ob.el (org-babel-execute-src-block): Ensure params are
1307         incorporated *before* checking if evaluation is legal.
1309 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1311         * ob-exp.el (org-babel-exp-lob-one-liners): Ensure `end' is a
1312         marker so it is updated as required during export.
1314 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1316         * org-src.el (org-src-in-org-buffer): Run commands in the parent
1317         buffer.
1318         (org-edit-src-save): Use new macro.
1319         (org-src-tangle): Tangle the parent buffer.
1321 2012-04-01  Bastien Guerry  <bzg@gnu.org>
1323         * org.el (org-set-font-lock-defaults): Fix bug in done
1324         headline fontification.
1326 2012-04-01  Bastien Guerry  <bzg@gnu.org>
1328         * org.el (org-set-font-lock-defaults): Fix bug in done
1329         headline fontification.
1331 2012-04-01  Bastien Guerry  <bzg@gnu.org>
1333         * org.el (org-return): Act normally when in code blocks.
1335 2012-04-01  Bastien Guerry  <bzg@gnu.org>
1337         * org.el (org-in-src-block-p): New function.
1338         (org-context): Return new contexts :clocktable and :src-block.
1340 2012-04-01  Bastien Guerry  <bzg@gnu.org>
1342         * org.el (org-set-tags-command, org-set-tags): Make ̀C-u C-c
1343         C-q' do the right thing even when point is before the first
1344         heading.
1346 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1348         * ob.el (org-babel-noweb-p): Disambiguate intersection name.
1350 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
1352         * org-odt.el (org-odt-format-textbox): Honor user-specified
1353         width in captioned images.
1355 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1357         * ob.el (org-babel-map-src-blocks): Replace gensym with make-symbol.
1358         (org-babel-map-inline-src-blocks): Replace gensym with make-symbol.
1359         (org-babel-map-call-lines): Replace gensym with make-symbol.
1360         (org-babel-map-executables): Replace gensym with make-symbol.
1362 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1364         * ob-exp.el (org-babel-exp-results): Alter a copy of info.
1366 2012-04-01  Bastien Guerry  <bzg@gnu.org>
1368         * org-html.el (org-export-as-html): Initialize
1369         `html-pre-real-contents' correctly.
1371 2012-04-01  Bastien Guerry  <bzg@gnu.org>
1373         * org-html.el (org-export-as-html): Initialize
1374         `html-pre-real-contents' correctly.
1376 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1378         * ob-exp.el (org-babel-exp-code): Ensure code block name is a
1379         string on export.
1381 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1383         * ob-exp.el (org-babel-exp-code-template): Customizable code
1384         block export format string.
1385         (org-babel-exp-code): Customizable code block export.
1387 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1389         * ob-clojure.el (org-babel-execute:clojure): Removed dependency
1390         on deprecated swank-clojure.
1392 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1394         * ob.el (org-babel-map-src-blocks): Don't pollute symbol space.
1395         (org-babel-map-inline-src-blocks): Don't pollute symbol space.
1396         (org-babel-map-call-lines): Don't pollute symbol space.
1397         (org-babel-map-executables): Map over *all* executable Org-mode
1398         elements.
1399         (org-babel-execute-buffer): Execute elements in buffer order instead
1400         of arbitrarily.
1402 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
1404         * org.el (org-ctrl-c-ctrl-c): Fix a naive structure backup.
1405         Those must be done with `copy-tree'.
1407 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1409         * org-src.el (org-edit-src-code): Referenced code block should
1410         not be evaluated on code block edit.
1412 2012-04-01  Bastien Guerry  <bzg@gnu.org>
1414         * org.el (org-structure-template-alist): Use uppercase for
1415         keywords.
1417 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1419         * ob.el (org-babel-insert-result): Capitalize RESULTS in :wrap'd
1420         code block results.
1422 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1424         * ob.el (org-babel-results-keyword): New user-configurable
1425         results keyword.
1426         (org-babel-where-is-src-block-result): Use new user-configurable
1427         results keyword.
1429 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
1431         * org-indent.el (org-indent-refresh-maybe): Check for new
1432         headlines from the beginning of the line to be sure to catch
1433         any newly inserted headline there.
1435 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1437         * ob-exp.el (org-babel-exp-src-block): Use `org-babel-noweb-p'.
1438         (org-babel-exp-inline-src-blocks): Use `org-babel-noweb-p'.
1440         * ob-tangle.el (org-babel-tangle-collect-blocks): Use
1441         `org-babel-noweb-p'.
1443         * ob.el (org-babel-execute-src-block): Use `org-babel-noweb-p'.
1444         (org-babel-expand-src-block): Use `org-babel-noweb-p'.
1445         (org-babel-load-in-session): Use `org-babel-noweb-p'.
1446         (org-babel-merge-params): Use `org-babel-noweb-p'.
1447         (org-babel-noweb-p): New function used to determine if noweb
1448         expansion should be carried out in a given context.
1450 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1452         * org.el (org-update-property-plist): Fix bug in property list
1453         updates.
1455 2012-04-01  François Pinard  <pinard@iro.umontreal.ca>  (tiny change)
1457         * org.el (org-kill-line): Use `kill-visual-line' in
1458         `visual-line-mode'.
1460 2012-04-01  Bernt Hansen  <bernt@norang.ca>
1462         * org-agenda.el (org-agenda-switch-to): Widen org buffer only if point is
1463         outside the current restriction
1465 2012-04-01  Bernt Hansen  <bernt@norang.ca>
1467         * org-agenda.el (org-agenda-clock-in): Save restriction when clocking in from the agenda
1469 2012-04-01  Bernt Hansen  <bernt@norang.ca>
1471         * org.el: Honour existing restrictions when regenerating the agenda
1473 2012-04-01  Bastien Guerry  <bzg@gnu.org>
1475         * org-agenda.el: New alias for `list-diary-entries-hook'.
1477 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1479         * ob.el (org-babel-common-header-args-w-values): Add the new
1480         header argument name.
1481         (org-babel-insert-result): Respect the value of the :wrap header
1482         argument when inserting results.
1483         (org-babel-result-end): Find the end of arbitrarily named result
1484         blocks.
1486 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
1488         * org-indent.el (org-indent-refresh-maybe): Check for new
1489         headlines from the beginning of the line to be sure to catch
1490         any newly inserted headline there.
1492 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1494         * org.el (org-update-property-plist): Remove old instances of
1495         property when adding a new value for property.
1497 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
1499         * ob-emacs-lisp.el: A comment on the last line of an emacs-lisp
1500         code block would cause an error when the block is was executed. This
1501         fix cures this behaviour.
1503 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1505         * ob.el (org-babel-expand-noweb-references): Resurrect dropped
1506         pieces of a previous patch.
1508 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1510         * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
1512 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1514         * ob.el (org-babel-expand-noweb-references): Resurrect dropped
1515         pieces of a previous patch.
1517 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1519         * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
1521 2012-04-01  Bastien Guerry  <bzg@gnu.org>
1523         * org-eshell.el (org-eshell-open): Use (goto-char (point-max))
1524         instead of (end-of-buffer).
1526 2012-04-01  Bastien Guerry  <bzg@gnu.org>
1528         * org-bbdb.el (name): Declare variable.
1529         (bbdb-record-get-field, bbdb-search-name)
1530         (bbdb-search-organization): Declare as part of ext:bbdb.
1532 2012-04-01  Bastien Guerry  <bzg@gnu.org>
1534         * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
1535         instead of the obsolete `org-agenda-filter'.
1537 2012-04-01  Bastien Guerry  <bzg@gnu.org>
1539         * org-agenda.el: Add an alias for `org-agenda-filter'.
1540         (diary-list-entries-hook): Use the non-obsolete hook.
1541         (org-agenda-filter-apply): Silent compiler warning.
1543 2012-04-01  Bastien Guerry  <bzg@gnu.org>
1545         * ob-ditaa.el (org-ditaa-jar-path): Make a defcustom.
1546         (org-ditaa-jar-option): New option.
1547         (org-babel-execute:ditaa): Use it.
1549 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1551         * ob.el (org-babel-balanced-split): Explicit checking if list
1552         before calling member.
1554 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1556         * ob.el (org-babel-balanced-split): Explicit checking if list
1557         before calling member.
1559 2012-02-14  Chong Yidong  <cyd@gnu.org>
1561         * org-footnote.el: Remove bogus defvar values (Bug#10745).
1563 2012-01-05  Eric Schulte  <eric.schulte@gmx.com>
1565         * ob.el (org-babel-expand-noweb-references): Resurrect dropped
1566         pieces of a previous patch.
1568         * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
1570 2012-01-05  Bastien Guerry  <bzg@gnu.org>
1572         * org-eshell.el (org-eshell-open): Use (goto-char (point-max))
1573         instead of (end-of-buffer).
1575         * org-bbdb.el (name): Declare variable.
1576         (bbdb-record-get-field, bbdb-search-name)
1577         (bbdb-search-organization): Declare as part of ext:bbdb.
1579         * org-agenda.el: Add an alias for `org-agenda-filter'.
1580         (diary-list-entries-hook): Use the non-obsolete hook.
1581         (org-agenda-filter-apply): Silent compiler warnings.
1583         * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
1584         instead of the obsolete `org-agenda-filter'.
1586 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1588         * org.el (org-ctrl-c-ctrl-c): Preserve symmetry when adding
1589         and removing checkboxes with `C-u C-c C-c' on the first item
1590         of a list.  Also, don't reinitialize checkboxes that are
1591         already ticked.
1593 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1595         * org.el (org-ts-regexp0, org-ts-regexp1): Also match a time
1596         value with only one digit for the hours.
1598 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1600         * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
1601         Remove deleted function `org-encode-for-stdout'.
1603 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1605         * org.el (org-show-context): Complete docstring.
1607 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1609         * org-agenda.el (org-agenda-filter-by-tag): Use
1610         `read-char-exclusive' instead of `read-char'.
1612 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
1614         * org-clock.el (org-clock-in, org-clock-find-position): Remove
1615         erraneous space in regexp.
1617 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
1619         * ob.el (org-babel-expand-noweb-references): Rather than using
1620         a pure regexp solution to resolve noweb references, actually
1621         check the information of every code block in the buffer.  This
1622         will cause a slowdown in noweb reference expansion, but is
1623         necessary for correct behavior.
1625 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1627         * org.el (org-map-continue-from): Fix typo in docstring.
1629 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1631         * org.el (org-property-re): Also match cumulating properties
1632         like ":prop+:".
1634 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1636         * org-exp-blocks.el (org-export-blocks-preprocess): Fix regexp for
1637         matching the end of a block.
1639 2012-01-03  David Maus  <dmaus@ictsoc.de>
1641         * org.el (org-open-at-point): Escape link path for http:,
1642         https:, ftp:, news:, and doi: links only if the path contains
1643         space or non-ascii character.
1645 2012-01-03  David Maus  <dmaus@ictsoc.de>
1647         * org.el (org-refile-get-targets): Ignore headlines without a
1648         true headline.
1650 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
1652         * ob.el (org-babel-map-call-lines): Moved this file from
1653         ob-lob.el into ob.el to ease dependency pains.
1655 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1657         * org-publish.el (org-publish-index-generate-theindex): Use
1658         theindex.inc for storing index entries, and theindex.org for
1659         including theindex.inc.
1661 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1663         * org-publish.el (org-publish-index-generate-theindex): Create
1664         proper file target for index entries in subdirectories.
1666 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1668         * org-protocol.el (org-protocol-check-filename-for-protocol):
1669         Fix spelling mistake.
1671 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
1673         * org-odt.el (org-export-odt-default-org-styles-alist): Add styles
1674         for title and subtitle.
1675         (org-odt-format-toc): New.
1676         (org-odt-format-preamble): New.  Users can redefine this to
1677         customize what goes before the document body.  Currently it
1678         outputs title, author and email, date and toc.
1679         (org-odt-begin-document-body): Use `org-odt-format-preamble'.
1680         (org-odt-format-date): Renamed from
1681         `org-odt-iso-date-from-org-timestamp'.  Also added an
1682         additional param for format string.
1683         (org-odt-begin-annotation, org-odt-update-meta-file): Use
1684         `org-odt-format-date'.
1686 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1688         * org.el (org-at-drawer-p): New function.
1689         (org-end-of-line): Use it.
1691 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
1693         * ob.el (*org-babel-use-quick-and-dirty-noweb-expansion*):
1694         Controls the method in which noweb references are expanded.
1695         (org-babel-expand-noweb-references): Bring back the option for
1696         regexp-based noweb expansion.
1698 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1700         * org.el (org-ts-regexp0, org-ts-regexp1): Also match a time value
1701         with only one digit for the hours.
1703 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1705         * org.el (org-ctrl-c-ctrl-c): Don't make `C-c C-c' special
1706         when ticking the checkbox of the first item.
1708 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
1710         * org-list.el (org-list-write-struct): Add an optional
1711         argument for structure changes happening outside the function.
1713         * org.el (org-ctrl-c-ctrl-c): Now, `C-u C-c C-c' on the first
1714         item of a sub-list should toggle check-box presence of every
1715         item in the same sub-list.  Also fix check-box insertion on a
1716         single item.
1718 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1720         * org-agenda.el (org-agenda-filter-preset): New alias.
1721         (org-agenda-filter-by-category): New command.
1722         (org-agenda-mode-map): Add the new command.
1723         (org-agenda-custom-commands-local-options): Add category
1724         filter preset.
1725         (org-agenda-mark-filtered-text): Mark both tag and filter
1726         overlays.
1727         (org-agenda-category-filter-preset): New variable.
1728         (org-finalize-agenda, org-agenda-redo)
1729         (org-agenda-filter-make-matcher, org-agenda-filter-apply): Handle
1730         both category and tag filters.
1731         (org-agenda-filter-show-all-tag): Rename from
1732         `org-agenda-filter-by-tag-show-all'.
1733         (org-agenda-filter-show-all-cat): New function.
1734         (org-agenda-set-mode-name): Show the category filter in the
1735         modeline.
1737 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
1739         * org-bbdb.el (org-bbdb-old): New variable.
1740         (org-bbdb-store-link, org-bbdb-open): Check for
1741         `org-bbdb-old'.
1742         (org-bbdb-open-old, org-bbdb-open-new): New functions.
1744 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1746         * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
1747         Remove deleted function `org-encode-for-stdout'.
1749 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1751         * org.el (org-check-dates-range): New command.
1752         (org-sparse-tree): Use it.
1754 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1756         * org-agenda.el (org-agenda-write): Rename from
1757         `org-write-agenda'.
1758         (org-agenda-mode-map, org-agenda-menu)
1759         (org-batch-store-agenda-views): Use new name
1760         `org-agenda-write'.
1762 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1764         * org.el (org-loop-over-headlines-in-active-region): Fix
1765         docstring.
1766         (org-todo, org-deadline, org-schedule): Honor the 'start-level
1767         value of `org-loop-over-headlines-in-active-region'.
1769 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1771         * org-archive.el (org-archive-subtree)
1772         (org-archive-to-archive-sibling, org-toggle-archive-tag):
1773         Bugfix: use 'region-start-level.
1775 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1777         * org.el (org-show-context): Complete docstring.
1779 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1781         * org-agenda.el (org-agenda-filter-by-tag): Use
1782         `read-char-exclusive' instead of `read-char'.
1784 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
1786         * org.el (org-scan-tags): Make sure `org-map-continue-from' is
1787         nil at each match.
1789 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
1791         * org-clock.el (org-clock-in, org-clock-find-position): Remove
1792         erraneous space in regexp.
1794 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
1796         * org-odt.el (org-odt-lib-dir): Add docstring.
1797         (org-odt-data-dir): New variable.  Use this variable to
1798         control the locations from which the ODT exporter picks the
1799         OpenDocument styles and schema files from.  Set this variable
1800         explicitly only if the in-built heuristics for locating the
1801         above files fails.
1802         (org-odt-styles-dir-list, org-odt-schema-dir-list): New
1803         variables.  Pay specific attention to (eval-when-compile ...)
1804         form through which Makefile's $(datadir) - contained in
1805         `org-odt-data-dir' - gets compiled in as a "hard coded"
1806         constant.
1807         (org-odt-styles-dir, org-export-odt-schema-dir): Add messages to
1808         aid debugging.
1810 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1812         * org-archive.el (org-archive-subtree)
1813         (org-archive-to-archive-sibling, org-toggle-archive-tag)
1814         (org-archive-set-tag): Handle the 'start-level value for
1815         `org-loop-over-headlines-in-active-region'.
1817 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1819         * org.el (org-scan-tags): New parameter `start-level' to scan only
1820         through headlines of that level.
1821         (org-map-entries): New allowed value `region-start-level' for
1822         the `scope' parameter, to allow scanning through headlines of
1823         the same level than the first headline in the region.
1824         (org-loop-over-headlines-in-active-region): New allowed value
1825         'start-level.
1827 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1829         * org-archive.el (org-archive-subtree)
1830         (org-archive-to-archive-sibling, org-archive-set-tag)
1831         (org-toggle-archive-tag): Allow to loop over the active region by
1832         using `org-loop-over-headlines-in-active-region'.
1834 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1836         * org.el (org-todo): Allow to loop over the active region by
1837         using `org-loop-over-headlines-in-active-region'.
1839 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
1841         * ob.el (org-babel-expand-noweb-references): Rather than using
1842         a pure regexp solution to resolve noweb references, actually
1843         check the information of every code block in the buffer.  This
1844         will cause a slowdown in noweb reference expansion, but is
1845         necessary for correct behavior.
1847 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1849         * org.el (org-map-continue-from): Fix typo in docstring.
1851 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1853         * org-agenda.el (org-agenda-write-buffer-name): New variable.
1854         (org-write-agenda): Use it.
1856 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1858         * org-exp.el (org-export-date-timestamp-format): New option to
1859         define the way a timestamp in #+DATE will be exported.
1860         (org-infile-export-plist): Use the new option.
1862 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1864         * org.el (org-property-re): Also match cumulating properties
1865         like ":prop+:".
1867 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
1869         * org-odt.el (org-odt-styles-dir): Assume that the styles
1870         files are located under `data-directory' of Emacs distribution
1871         as etc/org/OrgOdtStyles.xml and
1872         etc/org/OrgOdtContentTemplate.xml.  Also update docstring.
1873         (org-export-odt-schema-dir): Update docstring.
1875 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
1877         * org-odt.el (org-odt-format-preamble): Honor following user
1878         options: author, timestamp and email.
1880 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1882         * org-exp-blocks.el (org-export-blocks-preprocess): Fix regexp
1883         for matching the end of a block.
1885 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1887         * org-eshell.el: New file.
1889 2012-01-03  David Maus  <dmaus@ictsoc.de>
1891         * org.el (org-open-at-point): Escape link path for http:,
1892         https:, ftp:, news:, and doi: links only if the path contains
1893         space or non-ascii character.
1895 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1897         * org-beamer.el (org-beamer-fragile-re): Also recognize
1898         \lstinline and \verb as commands that make a frame fragile.
1900 2012-01-03  David Maus  <dmaus@ictsoc.de>
1902         * org.el (org-refile-get-targets): Ignore headlines without a
1903         true headline.
1905 2012-01-03  Litvinov Sergey  <slitvinov@gmail.com>
1907         * ob-octave.el: add graphical output to png file
1909 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
1911         * ob.el (org-babel-map-call-lines): Moved this file from
1912         ob-lob.el into ob.el to ease dependency pains.
1914 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1916         * org-publish.el (org-publish-index-generate-theindex): Use
1917         theindex.inc for storing index entries, and theindex.org for
1918         including theindex.inc.
1920 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1922         * org-publish.el (org-publish-index-generate-theindex): Create
1923         proper file target for index entries in subdirectories.
1925 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1927         * org-protocol.el (org-protocol-check-filename-for-protocol):
1928         Fix spelling mistake.
1930 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
1932         * org-odt.el (org-export-odt-default-org-styles-alist): Add
1933         styles for title and subtitle.
1934         (org-odt-format-toc): New.
1935         (org-odt-format-preamble): New.  Users can redefine this to
1936         customize what goes before the document body.  Currently it
1937         outputs title, author and email, date and toc.
1938         (org-odt-begin-document-body): Use `org-odt-format-preamble'.
1939         (org-odt-format-date): Renamed from
1940         `org-odt-iso-date-from-org-timestamp'.  Also added an
1941         additional param for format string.
1942         (org-odt-begin-annotation, org-odt-update-meta-file): Use
1943         `org-odt-format-date'.
1945 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
1947         * ob-ref.el (org-babel-ref-split-args): Now uses
1948         `org-babel-balanced-split'.
1950 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1952         * org-html.el (org-export-html-preamble)
1953         (org-export-html-postamble): Fix docstrings.
1954         (org-export-as-html): Insert the string used by a custom
1955         function for `org-export-html-pre/postamble'.
1957 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1959         * org.el (org-block-regexp)
1960         (org-heading-keyword-regexp-format)
1961         (org-heading-keyword-maybe-regexp-format): Move up to keep the
1962         byte-compiler happy.
1964 2012-01-03  Dave Abrahams  <dave@boostpro.com>  (tiny change)
1966         * org-agenda.el (org-agenda-do-tree-to-indirect-buffer): New
1967         function.
1968         (org-agenda-tree-to-indirect-buffer): Use the new function.
1970 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1972         * org-html.el (org-export-as-html): Fix bug when inserting the
1973         output of a custom function for the pre/postamble.
1975 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
1977         * org-odt.el (org-odt-format-source-code-or-example): Try
1978         loading htmlfontify safely.
1980 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1982         * org-odt.el (require): Require htmlfontify.el only if
1983         emacs-version is greater than 23.2.
1985 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1987         * org-faces.el (org-agenda-calendar-event)
1988         (org-agenda-calendar-sexp): Use the default face.
1990 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
1992         * ob.el (org-babel-expand-noweb-references): Fixed regexp.
1994 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
1996         * org.el (Key bindings): remap the Outline functions from
1997         `outline-mode-prefix-map' where possible.
1999 2012-01-03  Christian Moe  <mail@christianmoe.com>  (tiny change)
2001         * org-html.el (org-export-as-html): Apply
2002         `org-export-html-get-todo-kwd-class-name' to the class
2003         attribute of the todo-keyword span tag, not to its text
2004         content.
2006 2012-01-03  Sebastien Vauban  <sva@mygooglest.com>
2008         * org-agenda.el (org-agenda-get-timestamps)
2009         (org-agenda-get-sexps): Use face for highlighting "calendar"
2010         events.
2012 2012-01-03  Peter Münster  <pmlists@free.fr>  (tiny change)
2014         * org.el (org-add-planning-info): Treat absolute time too.
2016 2012-01-03  Bastien Guerry  <bzg@gnu.org>
2018         * org-table.el (org-table-transpose-table-at-point): Don't use
2019         ̀remove-if-not'.
2021 2012-01-03  Dave Abrahams  <dave@boostpro.com>  (tiny change)
2023         * org-clock.el (org-clock-out-if-current): Check the clock
2024         buffer is existing.
2026 2012-01-03  Bernt Hansen  <bernt@norang.ca>
2028         * org-clock.el (org-clock-out-if-current): Fix marker in no
2029         buffer error for task state change in an indirect buffer.
2031 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
2033         * org.el (org-offer-links-in-entry): Make list when assigning
2034         a single link.
2036 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
2038         * ob.el (org-babel-expand-noweb-references): Rather than
2039         collect the info from *every* block in the current buffer,
2040         simply regexp search for those blocks which appear to match
2041         the continued source name.
2043 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
2045         * ob.el (org-babel-insert-result): Do not examplize wrapped
2046         scalar results, simply wrap them.
2047         (org-babel-result-end): Find the end of results wrapped in a
2048         RESULTS drawer.
2050 2012-01-03  Bastien Guerry  <bzg@gnu.org>
2052         * org.el (org-todo-yesterday): When called from the agenda,
2053         use `org-agenda-todo-yesterday' instead.
2055 2012-01-03  Bastien Guerry  <bzg@gnu.org>
2057         * org-table.el (org-table-transpose-table-at-point): New command.
2059 2012-01-03  Bastien Guerry  <bzg@gnu.org>
2061         * org-html.el (org-export-html-headline-anchor-format): New
2062         option.
2063         (org-html-level-start): Use the new option.
2065 2012-01-03  Rob Giardina  <rob@giardina.us>  (tiny change)
2067         * org-agenda.el (org-agenda-with-point-at-orig-entry): Small
2068         bugfix.
2070 2012-01-03  Christian Moe  <mail@christianmoe.com>  (tiny change)
2072         * org-special-blocks.el
2073         (org-special-blocks-convert-html-special-cookies): Close
2074         paragraph before opening or closing the <div>, and open
2075         paragraph after. Also changed newline placement to be the same
2076         as for other blocks.
2078 2012-01-03  Roberto Huelga  <rhuelga@gmail.com>
2080         * org-clock.el (org-program-exists): Make the function
2081         compatible with darwin systems.
2083 2012-01-03  David Maus  <dmaus@ictsoc.de>
2085         * org-exp.el (org-export-normalize-links): Mark bracket links
2086         before normalization to avoid erroneous normalization of
2087         bracket link parts.
2089 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
2091         * org-odt.el (org-odt-data-dir): Removed.
2092         (org-odt-styles-dir, org-export-odt-schema-dir): New
2093         variables.
2095         * org-odt.el, org-lparse.el: New files.
2097 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
2099         * org-capture.el (org-capture-set-target-location): Set the
2100         capture default time also to the prompt time.
2102 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
2104         * org-exp.el (org-export-res/src-name-cleanup): Remove #+name
2105         and #+results lines during preprocess.
2107 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
2109         * ob-picolisp.el (ob-comint): Required.
2110         (comint): Required.
2111         (cl): Required.
2112         (run-picolisp): Declared.
2113         (org-babel-execute:picolisp): Capture free variable, and replace
2114         function from cl-extra with core function.
2116 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
2118         * ob-picolisp.el: New file.
2120         * org.el (org-babel-load-languages): Add Pico Lisp to the list
2121         of supported code block languages.
2123 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
2125         * org-bibtex.el (org-bibtex): Now catches bibtex errors and
2126         directs the user to the location of the error.
2128 2012-01-03  Bastien Guerry  <bzg@gnu.org>
2130         * org-agenda.el (org-agenda-dim-blocked-tasks): Fix typo.
2132 2012-01-03  Bastien Guerry  <bzg@gnu.org>
2134         * ob.el (org-babel-execute-src-block): Fix typo.
2136 2012-01-03  Bastien Guerry  <bzg@gnu.org>
2138         * org-freemind.el (org-freemind-write-mm-buffer): Fix typo.
2140 2012-01-03  Bastien Guerry  <bzg@gnu.org>
2142         * org.el (org-link-unescape, org-link-unescape-compound): Fix
2143         two typos in docstrings.
2145 2012-01-03  Thomas Dye  <dk@poto.local>
2147         * ob-R.el: Added tikzDevice support.
2149 2012-01-03  David Maus  <dmaus@ictsoc.de>
2151         * org.el (org-clone-subtree-with-time-shift): Remove clocking
2152         information and empty drawers when preparing a clone.
2154 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2156         * ob-exp.el: Don't add `org-exp-res/src-name-cleanup' to
2157         `org-export-blocks-postblock-hook'.
2159 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2161         * ob.el (org-babel-hide-result-toggle): Skip over header
2162         argument lines when toggling named code block visibility.
2164 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2166         * org-exp.el (org-export-grab-title-from-buffer): Don't
2167         license to kill text inside blocks when getting a title.
2169 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2171         * ob.el (org-babel-confirm-evaluate): Adding support for new
2172         range of :eval header arguments.
2174 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2176         * ob.el (org-babel-confirm-evaluate): Inhibit evaluation
2177         during export when eval is set to "non-export".
2179 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2181         * ob-ref.el (org-babel-update-intermediate): New custom
2182         variable.
2183         (org-babel-ref-resolve): Optionally update the in-buffer results
2184         of code blocks which are evaluated to resolve references.
2186 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2188         * ob.el (org-babel-join-splits-near-ch): Rejoins a list of a
2189         split string when a character appears on either side of the
2190         split.
2191         (org-babel-parse-multiple-vars): Rejoin splits around "=" signs.
2193 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2195         * org.el (org-reduce): Added a less functional Org-mode copy of
2196         the cl reduce function.
2198 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
2200         * org.el (org-fontify-meta-lines-and-blocks-1): Recognize
2201         "name" as a valid keyword that can preceed a block.
2203 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2205         * ob-exp.el (org-babel-exp-lob-one-liners): Don't limit
2206         in-verbatim check to inline code blocks, do lob code blocks as
2207         well.
2209 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
2211         * org.el (org-todo): Interpret 0 prefix arg as note inhibitor.
2213 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2215         * ob.el (org-babel-named-src-block-regexp-for-name): Ensure
2216         that partial names are not matched.
2217         (org-babel-named-data-regexp-for-name): Ensure that partial names
2218         are not matched.
2220 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2222         * ob-ref.el (org-babel-ref-resolve): Search for named code
2223         blocks before named data.
2225         * ob.el (org-babel-named-data-regexp-for-name): New function for
2226         finding named data.
2228 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2230         * ob.el (org-babel-insert-result): Gracefully handle results
2231         which are neither lists nor strings.
2233 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2235         * ob-ref.el (org-babel-ref-resolve): Don't change location when
2236         looking at the contents.
2238 2012-01-03  Milan Zamazal  <pdm@zamazal.org>
2240         * org.el (org-set-outline-overlay-data): Use
2241         outline-flag-region to make a region invisible.  This ensures
2242         all necessary actions, especially adding
2243         isearch-open-invisible property, are applied.
2245 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2247         * ob-lob.el (org-babel-in-example-or-verbatim): Fix
2248         compilation warning.
2250 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2252         * ob.el (org-babel-find-named-result): Downcase "name" before
2253         comparison.
2255 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2257         * ob-lisp.el (org-babel-execute:lisp): Fixed typo.
2258         (org-babel-lisp-vector-to-list): Fixed typo.
2260 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2262         * ob-exp.el (org-babel-in-example-or-verbatim): Some valid
2263         execution contexts (e.g., call lines) look like commented
2264         lines.
2266         * ob.el (org-babel-get-src-block-info): Empty match string doesn't
2267         count.
2268         (org-babel-process-params): Always process parameters, even if
2269         you don't to table splitting.
2271 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2273         * ob-exp.el (org-exp-res/src-name-cleanup): Updated Documentation.
2275         * ob-lob.el (org-babel-block-lob-one-liner-regexp): Updated
2276         regular expression.
2277         (org-babel-inline-lob-one-liner-regexp): Updated regular
2278         expression.
2280         * ob-ref.el (org-babel-ref-resolve): Notice when something that
2281         looks like a data results may actually be a code block.
2283         * ob-table.el: Updated documentation.
2285         * ob.el (org-babel-src-name-regexp): Simplified regexp.
2286         (org-babel-get-src-block-info): Updated match strings.
2287         (org-babel-data-names): Simplified acceptable names.
2288         (org-babel-find-named-block): Indentation.
2289         (org-babel-find-named-result): Updated to not return a code block
2290         as a result.
2292         * org.el (org-fontify-meta-lines-and-blocks-1): Removing
2293         references to old syntactic elements.
2294         (org-additional-option-like-keywords): Removing references to
2295         old syntactic elements.
2297 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
2299         * org-agenda.el (org-agenda-get-todos): Swap calls to `org-trim'
2300         and `buffer-substring'.
2302 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
2304         * org-agenda.el (org-agenda-get-todos): Prevent an error when
2305         encountering tasks with only the TODO keyword.
2307 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
2309         * org.el (org-try-cdlatex-tab): Don't try to expand a LaTeX
2310         environment when at an item or an headline, but allow LaTeX
2311         fragments.
2312         (org-cycle): Try to call `cdlatex-tab' before cycling item's or
2313         headline's visibility, in order to catch LaTeX fragments within.
2315 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2317         * org-exp-blocks.el (org-export-blocks-preprocess): Require a
2318         newline and spaces before a code block.
2320 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2322         * ob-lob.el (org-babel-map-call-lines): Allow mapping of code
2323         over all call lines in a buffer.
2325         * ob.el (org-babel-execute-buffer): Execute call lines when
2326         executing an entire buffer.
2328 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2330         * ob.el (org-babel-process-params): Don't disassemble tables
2331         twice.
2333 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
2335         * org-clock.el (org-clock-in, org-clock-find-position): Make space
2336         after date optional.
2338         * org.el (org-set-regexps-and-options)
2339         (org-ts-regexp, org-ts-regexp-both, org-ts-regexp1)
2340         (org-ctrl-c-ctrl-c): Make `C-c C-c' on date fix the time stamp.
2342 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2344         * ob-lob.el (org-babel-lob-execute-maybe): Don't execute a call
2345         inside a verbatim block.
2347         * ob-exp.el (org-babel-in-example-or-verbatim): Check for example
2348         blocks.
2350 2012-01-03  Litvinov Sergey  <slitvinov@gmail.com>
2352         * ob-maxima.el (org-babel-tangle-lang-exts): Maxima extension.
2353         (org-babel-maxima-expand): Add input variables and graphic output.
2354         (org-babel-execute:maxima): Add input variables and graphic output.
2355         (org-babel-maxima-var-to-maxima): Add input variables and graphic
2356         output.
2357         (org-babel-maxima-graphical-output-file): Add input variables and
2358         graphic output.
2359         (org-babel-maxima-elisp-to-maxima): Add input variables and graphic
2360         output.
2362 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2364         * ob-fortran.el: New file.  Adding support for Fortran code blocks.
2365         * org.el (org-babel-load-languages): Adding fortran to this list.
2367 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
2369         * org-footnote.el (org-footnote-new): Cannot insert an inline
2370         footnote at beginning of line anymore.
2371         (org-footnote-at-reference-p): Don't recognize inline footnotes at
2372         beginning of line.
2374 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
2376         * org.el (org-set-font-lock-defaults): Fix small error in matching
2377         group that prevented fontification of keywords like
2378         org-comment-string and stars in headlines.
2380 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
2382         * org.el (org-catch-invisible-edits): New option.
2383         (org-self-insert-command, org-delete-backward-char)
2384         (org-delete-char): Call `org-check-before-invisible-edit'.
2385         (org-check-before-invisible-edit): New function.
2387 2012-01-03  Suvayu Ali  <fatkasuvayu+linux@gmail.com>
2389         * org-exp.el (org-solidify-link-text): Respect
2390         org-export-with-tags when forming the export title during subtree
2391         export.
2393 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
2395         * org.el (org-heading-regexp, org-heading-keyword-regexp-format)
2396         (org-heading-keyword-maybe-regexp-format): Globalize variables so
2397         they are accessible even in buffers not in Org mode.
2399 2012-01-03  David Maus  <dmaus@ictsoc.de>
2401         * org.el (org-insert-link): Don't use default-description if a
2402         `org-make-link-description-function' is defined.
2404 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2406         * org.el (org-set-regexps-and-options): Use property blocks for
2407         multi-line properties.
2409 2012-01-03  Bastien Guerry  <bzg@gnu.org>
2411         * org.el (org-self-insert-command): Don't throw an error when
2412         editing takes place at the first point of the buffer.
2414 2012-01-03  Bastien Guerry  <bzg@gnu.org>
2416         * org.el (org-self-insert-command): Unfold invisible region at
2417         point or right before point when editing.
2419 2012-01-03  Bastien Guerry  <bzg@gnu.org>
2421         * org-faces.el (org-agenda-filter-tags): Use the 'modeline face as
2422         default.
2424 2012-01-03  Bastien Guerry  <bzg@gnu.org>
2426         * org-html.el (org-html-expand): Prevent a nil value for STRING to
2427         return an error, just return nil.
2429 2012-01-03  Bastien Guerry  <bzg@gnu.org>
2431         * org-latex.el (org-export-latex-set-initial-vars): Allow "/"
2432         character in the #+LaTeX_CLASS option.
2434 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
2436         * org-footnote.el (org-footnote-at-reference-p)
2437         (org-footnote-at-definition-p): Don't store text-properties of
2438         footnote definitions.
2440 2012-01-03  Bastien Guerry  <bzg@gnu.org>
2442         * org-html.el (org-export-as-html): Convert special characters in
2443         meta tag "author", "date", "keyword" and "description".
2445 2012-01-03  Bastien Guerry  <bzg@gnu.org>
2447         * org-capture.el (org-capture-before-finalize-hook): Docstring
2448         improvement: mention that the buffer is widened when this hook is
2449         run.
2451 2012-01-03  Sebastien Vauban  <sva@mygooglest.com>
2453         * org-html.el (org-export-as-html): Make sure the div for preamble
2454         is not inserted when the preamble is empty.
2456 2012-01-03  Sebastien Vauban  <sva@mygooglest.com>
2458         * org-agenda.el (org-agenda-set-mode-name): Highlight tags used
2459         for filtering (shown in the mode-line).
2461 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2463         * ob.el (org-babel-parse-multiple-vars): Trimming excess white
2464         space from split variables.
2466 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
2468         * org.el (org-link-search): Add an optional argument preventing
2469         function from revealing context around match.
2471 2012-01-03  Bastien Guerry  <bzg@gnu.org>
2473         * org-agenda.el (calendar-check-holidays): Declare function.
2475 2012-01-03  Bastien Guerry  <bzg@gnu.org>
2477         * org.el (org-return): Fix bug when matching the face property
2478         before following a link.
2480 2012-01-03  Matt Lundin  <mdl@imapmail.org>
2482         * org-agenda.el (org-class): Fix holidays symbol in org-class.
2483         This was resulting in an "Bad sexp..." warning.
2485 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
2487         * org.el (org-scan-tags): Also remember
2488         `org-complex-heading-regexp' in a property.
2490 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
2492         * org-latex.el (org-export-as-latex): Turn off auto-insert and set
2493         TeX-master to t when creating new TeX buffers.
2495         * org-docbook.el (org-export-as-docbook): Turn off auto-insert
2496         when creating new buffers.
2498         * org-html.el (org-export-as-html): Turn off auto-insert
2499         when creating new buffers.
2501 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
2503         * org-table.el (org-table-formula-handle-first/last-rc): Do not
2504         expand pointers to first/last row/column that are inside a call to
2505         `remote'.
2506         (org-table-get-remote-range): Expand pointers to first/last
2507         row/column.
2509 2012-01-03  Michael Sperber  <sperber@deinprogramm.de>  (tiny change)
2511         * org-capture.el (org-capture-get-indirect-buffer): Fix XEmacs
2512         compatibility issue when creating an indirect buffer.
2514 2012-01-03  Christophe Rhodes  <csr21@cantab.net>
2516         * org-exp.el (org-infile-export-plist): Handle LATEX_CLASS_OPTIONS
2517         the same way than LATEX_CLASS.
2519 2012-01-03  Bastien Guerry  <bzg@gnu.org>
2521         * org.el (org-return): Check the presence of the 'org-link face
2522         even in contexts where there is more than one face.
2524 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2526         * ob-sql.el (org-babel-header-arg-names:sql): SQL specific header
2527         argument names which should be inherited.
2529 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
2531         * org.el (org-in-block-p): Return matched name of block, if any.
2532         It can be useful when a list of block names is provided as
2533         an argument.
2535 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
2537         * org-docbook.el (org-export-as-docbook): Fix regexp.
2539         * org-html.el (org-export-as-html): Fix regexp.
2541 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
2543         * org-agenda.el (org-class): Allow holidays to be skipped.
2545 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2547         * ob-shen.el (org-babel-execute:shen): Fix two compilation errors.
2549 2012-01-03  Peter Münster  <pmrb@free.fr>  (tiny change)
2551         * org-agenda.el (org-agenda-to-appt): Make sure filter-items are
2552         strings before calling `string-match'.
2554 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
2556         * org-footnote.el (org-footnote-at-reference-p)
2557         (org-footnote-at-definition-p): Remove text-properties from label.
2559 2012-01-03  Bastien Guerry  <bzg@gnu.org>
2561         * org-html.el (org-export-as-html): Add a "title" meta tag.
2563 2012-01-03  Bastien Guerry  <bzg@gnu.org>
2565         * org-agenda.el (org-agenda-to-appt): Allow to refine the scope of
2566         entries to pass to `org-agenda-get-day-entries' and allow to
2567         filter out entries using a function.
2569 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
2571         * org-agenda.el: Fix small display bug.
2573 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
2575         * org.el (org-set-regexps-and-options): Fix small bug introduced
2576         by commit dfcb6faef11a2439b56b18a6289803361d402130.
2578 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
2580         * org-agenda.el (org-search-view): Simplify regexp.
2581         (org-agenda-get-todos): Use new format string.
2583         * org-archive.el (org-archive-all-done): Simplify regexp.
2585         * org-ascii.el (org-export-as-ascii): More accurate regexp.
2587         * org-colview.el (org-columns-capture-view): Use new format string
2588         and new string.
2590         * org-docbook.el (org-export-as-docbook): More accurate
2591         regexp.  Also use new regexp to match generic headlines.
2593         * org-exp.el (org-export-protect-quoted-subtrees): More accurate
2594         regexp.  Also use new regexp to match generic headlines.
2596         * org-html.el (org-export-as-html): More accurate regexp.
2597         Also use new regexp to match generic headlines.
2599         * org-mouse.el (org-mouse-match-todo-keyword): Remove unused
2600         and now erroneous function.
2602         * org.el (org-heading-regexp, org-heading-keyword-regexp-format):
2603         New variables.
2604         (org-set-regexps-and-options): Create regexps according to the
2605         following rule: use spaces only to separate elements from an headline,
2606         while allowing mixed tabs and spaces for any indentation job.
2607         (org-nl-done-regexp, org-looking-at-done-regexp): Removed variables.
2608         (org-set-font-lock-defaults): Fontify again headlines with a keyword
2609         and no other text.  Use new format strings.
2610         (org-get-heading, org-toggle-comment, org-prepare-agenda-buffers)
2611         (org-toggle-fixed-width-section): Use new format string.
2612         (org-todo): More accurate regexps.
2613         (org-point-at-end-of-empty-headline): Simplify regexp.
2614         (org-insert-heading): Headline can sometimes be nil.
2616 2012-01-03  David Maus  <dmaus@ictsoc.de>
2618         * org-agenda.el (org-agenda-bulk-action): Bind
2619         `org-loop-over-headlines-in-active-region' to nil to avoid conflict
2620         with bulk command.
2622 2012-01-03  David Maus  <dmaus@ictsoc.de>
2624         * org.el (org-deadline, org-schedule): Skip invisible headlines when
2625         mapping over headlines in active region.
2627 2012-01-03  David Maus  <dmaus@ictsoc.de>
2629         * org.el (org-loop-over-headlines-in-active-region):
2630         New customization variable.  Loop over headlines in active region.
2631         (org-schedule, org-deadline): Apply to headlines in region depending
2632         on new customization variable.
2634 2012-01-03  David Maus  <dmaus@ictsoc.de>
2636         * org.el (org-map-entries): Immediately return if scope is 'region
2637         but no region is active.
2639 2012-01-03  David Maus  <dmaus@ictsoc.de>
2641         * org.el (org-map-entries): Extend scope 'region to include entire
2642         body of last headline in active region.
2644 2012-01-03  Bastien Guerry  <bzg@gnu.org>
2646         * org-src.el (org-edit-src-code): Fix typo-bug.
2648 2012-01-03  Bastien Guerry  <bzg@gnu.org>
2650         * org.el (org-format-agenda-item, org-scan-tags):
2651         Rename `org-format-agenda-item' to `org-agenda-format-item'.
2653 2012-01-03  Bastien Guerry  <bzg@gnu.org>
2655         * org-agenda.el: Replace `category-pos' by `org-category-pos' to
2656         silent byte-compiler.
2658 2012-01-03  Bastien Guerry  <bzg@gnu.org>
2660         * org.el: Declare external function `cdlatex-compute-tables'.
2662 2012-01-03  Bastien Guerry  <bzg@gnu.org>
2664         * org-latex.el (org-export-latex-set-initial-vars): Fix problem
2665         when matching #+LaTeX_CLASS.
2667 2012-01-03  Rafael Laboissiere  <rafael@laboissiere.net>  (tiny change)
2669         * org.el (org-link-search-must-match-exact-headline): Fix typos.
2671 2012-01-03  Bastien Guerry  <bzg@gnu.org>
2673         * org-latex.el (org-export-latex-make-header): Add some hyperref
2674         options.
2676 2012-01-03  Kai Tetzlaff  <kai.tetzlaff@web.de>  (tiny change)
2678         * org-publish.el (org-publish-file): Added 'eval'ing the value of
2679         the :publishing-directory property before using it as destination
2680         of the publishing project.  This allows to construct the publish
2681         destination directory dynamically at run-time using the return
2682         value of a function.
2684 2012-01-03  Bastien Guerry  <bzg@gnu.org>
2686         * org-agenda.el (org-agenda-list-stuck-projects): Fix tiny bug.
2688 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
2690         * org-agenda.el (org-agenda-move-date-from-past-immediately-to-today):
2691         New option.
2692         (org-agenda-date-later): Improve the logical structure.
2694 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
2696         * ob-calc.el (featurep): Require calc-store.
2698         * org-agenda.el (org-agenda-list-stuck-projects): Fix regexp
2699         special handling.
2701         * org-compat.el (fboundp): Support for XEmacs.
2703         * org-exp.el (org-export): Protect XEmacs from `(redisplay)' call.
2705         * org-footnote.el (org-footnote-re): Optimize macro processing.
2707         * org.el (org-set-autofill-regexps): Xemacs compatibility.
2709 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2711         * ob.el (org-babel-balanced-split): Balance both [] and ()
2712         groupings.
2713         (org-babel-parse-header-arguments): Be sure to replace removed ":"
2714         characters.
2716 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2718         * ob.el (org-babel-parse-header-arguments): Quick fix for a
2719         tiny bug.
2721 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2723         * ob.el (org-babel-params-from-properties): Now splits
2724         multiple var arguments behind a single ":var".
2725         (org-babel-balanced-split): Separated balanced splitting of
2726         strings out into a new function.
2727         (org-babel-parse-multiple-vars): Splits multiple var arguments
2728         behind a single ":var".
2730 2012-01-03  Bastien Guerry  <bzg@gnu.org>
2732         * org.el: Remap `outline-promote' and `outline-demote' keys to
2733         `org-promote-subtree' and `org-demote-subtree'.
2735 2012-01-03  Leo Liu  <sdl.web@gmail.com>
2737         * org-agenda.el (org-agenda-do-context-action): Check if marker is
2738         valid before use.
2740 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
2742         * org-agenda.el (org-agenda-date-later): Fix shifting of date
2743         ranges.
2745 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2747         * ob.el: Removing `org-babel-params-from-buffer' and
2748         #+PROPERTIES: entirely.
2750         * ob-exp.el (org-babel-exp-src-block): Removing
2751         `org-babel-params-from-buffer' and #+PROPERTIES: entirely.
2753         * ob-lob.el (org-babel-lob-execute): Removing
2754         `org-babel-params-from-buffer' and #+PROPERTIES: entirely.
2756 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2758         * ob.el (org-babel-params-from-buffer): Removing #+BABEL:
2759         lines in favor of general #+PROPERTIES: lines.
2761 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2763         * ob-sql.el (org-babel-execute:sql): Insert into a temporary
2764         buffer.
2766 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
2768         * org.el (org-cdlatex-mode): Run `cdlatex-mode-hook' and
2769         update the internal cdlatex tables.
2771 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2773         * ob-sql.el (org-babel-execute:sql): Respect literal-results
2774         options.
2776 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2778         * ob.el (org-babel-disassemble-tables): Fix multi-table bug in
2779         code block colname and rowname handling.
2781 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
2783         * org-publish.el (org-publish-cache-file-needs-publishing):
2784         Fix regexp to not inlcude newlines.
2786 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
2788         * org.el (org-ctrl-c-ctrl-c): Remove table overlays before
2789         restart.
2791 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
2793         * org.el (org-fontify-entities): Match entities before
2794         numbers, as in `\sim2'.
2796 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
2798         * org-agenda.el (org-agenda-date-later): Make pushing forward
2799         a past date to jump immedialtely to today.
2801 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
2803         * org-exp.el (org-store-forced-table-alignment): Parse the
2804         column cookie for both alignment and width
2805         specification.  Store the resulting value in `org-col-cookies'
2806         property.  Retire the previously used `org-forced-aligns'
2807         property for consistency.  Renamed local variable `aligns' to
2808         `cookies'.
2810         * org-html.el (org-format-org-table-html): Use
2811         `org-col-cookies'.  Renamed local variable forced-aligns to
2812         col-cookies.
2814 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
2816         * org.el (org-latex-to-mathml-jar-file)
2817         (org-latex-to-mathml-convert-command): New user-customizable
2818         variables.
2819         (org-format-latex-mathml-available-p, org-create-math-formula)
2820         (org-format-latex-as-mathml): New functions.
2821         (org-format-latex): Add a new local variable block-type that notes
2822         the nature of the equation - inline or display.  Associate it's
2823         value to `org-latex-src-embed-type' property of dvipng links.  Add
2824         mathml as new processing type.
2826 2012-01-03  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
2828         * org.el (org-refile): Add tree name to prompt.
2830 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
2832         * org-latex.el (org-export-latex-tables): Honor
2833         `org-export-latex-table-caption-above'
2834         (org-export-latex-table-caption-above): New option.
2836 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2838         * ob.el (org-babel-insert-header-arg): Now including language
2839         specific header arg values in insertion options.
2841 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2843         * ob.el (org-babel-insert-header-arg): Fixed typo.
2845 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
2847         * org-exp.el (org-export-number-lines): Modified.  Add a new
2848         parameter `preprocess' and use this for backend-agnostic
2849         handling of literal examples.
2851 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
2853         * org.el (org-match-substring-regexp)
2854         (org-match-substring-with-braces-regexp): Allow subscripts and
2855         superscripts to start at beginning of line.
2857 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2859         * ob.el (org-babel-common-header-args-w-values): New variable to
2860         hold common header arguments and their default values.
2861         (org-babel-header-arg-names): Redefined using the new common
2862         header arg variable.
2863         (org-babel-insert-header-arg): New function to help when inserting
2864         header arguments.
2866 2012-01-03  David Maus  <dmaus@ictsoc.de>
2868         * org-html.el (org-html-handle-links): Remove unnecessary
2869         protection markers when publishing link in default format.
2871 2012-01-03  Pieter Praet  <pieter@praet.org>  (tiny change)
2873         * org-crypt.el (org-crypt-check-auto-save): New function, see
2874         next change.
2876         * org-crypt.el (org-decrypt-entry): Break the auto-save-mode
2877         check out into a separate function, and call it at a later
2878         point, to assure it only runs when visiting an encrypted
2879         entry.
2881 2012-01-03  John J Foerch  <jjfoerch@earthlink.net>  (tiny change)
2883         * org.el (org-log-note-headings): Document new %d and %D
2884         escapes.
2885         (org-store-log-note): Implement new %d and %D escapes.
2887 2012-01-03  Dave Abrahams  <dave@boostpro.com>
2889         * org-agenda.el (org-agenda-follow-indirect): New option.
2890         (org-agenda-follow-mode): Call `org-agenda-do-context-action' fro
2891         follow mode.
2892         (org-agenda-do-context-action): Also do indirect follow mode
2893         action.
2895 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2897         * ob-table.el (sbe): Fix typo in new sbe specification.
2899 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2901         * ob-table.el (sbe): If first variable is a string and not a
2902         cons cell, then interpret it as a string of header arguments
2903         to be passed to the code block.
2905 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2907         * ob-shen.el (shen-eval-defun): Declare external function.
2908         (org-babel-execute:shen): Move requirement of inf-shen into
2909         the function in which it is used to fix build error.
2911         * ob-shen.el: New file.
2913 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
2915         * org.el (org-open-at-point): Make `org-open-at-point' only
2916         ask once about creating a new headline.
2918 2012-01-03  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
2920         * org.el (org-refile-targets): Elaborated the documentation of
2921         the variable as suggested by Dave Abrahams.
2923 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
2925         * org.el (org-align-tags-here): Allow tags to be placed right
2926         after heading.
2927         (org-tags-column): Document the meaning of tags column 0.
2929 2012-01-03  Niels Giesen  <niels.giesen@gmail.com>
2931         * org-agenda.el (org-agenda-get-blocks): Show timestamp ranges
2932         in agenda if start day is same as end day.
2934 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
2936         * org.el (org-refile-get-location): Ignore errors when
2937         collection heading to be excluded.
2939 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
2941         * org-special-blocks.el
2942         (org-special-blocks-convert-html-special-cookies): Avoid XHTML
2943         strict problems by not enclosing special blocks in paragraph tags.
2945 2012-01-03  Bernt Hansen  <bernt@norang.ca>
2947         * org-html.el (org-export-as-html): Check string-match
2948         argument.
2949         (org-html-handle-time-stamps): Check string-match argument.
2951 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
2953         * org-agenda.el
2954         (org-agenda-skip-additional-timestamps-same-entry): Change
2955         default value.
2957 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
2959         * org.el (org-time-string-to-time):
2960         (org-time-string-to-absolute): Add optional arguments BUFFER and
2961         POS for error reporting.
2963         * org-agenda.el (org-get-all-dates):
2964         (org-agenda-get-timestamps, org-agenda-get-deadlines)
2965         (org-agenda-get-scheduled, org-agenda-get-blocks): Call time
2966         stamp parsing functions with information on where the
2967         timestamp was taken from.
2969 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
2971         * org.el (org-tree-to-indirect-buffer): Run `org-cycle-hook'
2972         after `show-all' in indirect buffer.
2974 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
2976         * org-list.el (org-list-parents-alist): When no parent is found
2977         for an item, set it as the closest less indented item above.  If
2978         none is found, make it a top level item.
2979         (org-list-write-struct): Externalize code.
2980         (org-list-struct-fix-item-end): New function.
2981         (org-list-struct): Remove a now useless fix.
2983         * org.el (org-ctrl-c-ctrl-c): Use new function.
2985 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
2987         * org.el (org-end-of-line): When on an item, move point at the
2988         end of the line, but before any hidden text.  Thus, it's still
2989         possible to use commands, like `C-c C-c', acting at
2990         items.  This is still disabled if `org-special-ctrl-a/e'
2991         ignores `C-e'.
2993 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
2995         * org-footnote.el (org-footnote-renumber-fn:N): Small refactoring.
2997 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
2999         * org-footnote.el (org-footnote-renumber-fn:N): Fix an
3000         infloop.
3002 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3004         * org-footnote.el (org-footnote-at-definition-p): Remove
3005         useless `org-re'.
3007 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3009         * org-footnote.el (org-footnote-renumber-fn:N): Verify point
3010         is at a real footnote reference or definition before
3011         renumbering it.
3013 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3015         * org-footnote.el (org-footnote-goto-definition): This patch
3016         makes sure the function says when a definition has been
3017         found.  Thus, moving from the reference to the definition
3018         doesn't offer to create the latter again.
3020 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3022         * org-footnote.el (org-footnote-create-definition):
3023         Explicitely move point after tag, if it has just been
3024         inserted.
3026 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3028         * ob-gnuplot.el (org-babel-execute:gnuplot): Don't quote file
3029         names on Windows systems.
3031 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3033         * org-footnote.el (org-footnote-create-definition): When the
3034         tag is missing, it is created before any existing footnote, or
3035         at end of buffer.  In the latter case, the marker pointing at
3036         the position where the new footnote is going to be inserted
3037         (at end of buffer) stays before the tag.  This patch makes
3038         sure that the marker will be kept after the tag.
3040 2012-01-03  Eli Zaretskii  <eliz@gnu.org>
3042         * org.el (org-mode): Force left-to-right paragraphs in Org
3043         buffers.  For a related discussions, see
3044         https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
3046 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3048         * ob-asymptote.el (org-babel-asymptote-define-type): Silence
3049         byte-compiler.
3051 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3053         * ob-R.el (org-babel-R-evaluate): Fix bug in R session
3054         evaluation.
3056 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3058         * org-bibtex.el (org-bibtex-type-property-name): Configurable
3059         property name for bibtex entry types.
3060         (org-bibtex-headline): Use new configurable property name.
3061         (org-bibtex-check): Use new configurable property name.
3062         (org-bibtex-create): Use new configurable property name.
3063         (org-bibtex-write): Use new configurable property name.
3065 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
3067         * org.el (org-paste-subtree): Remove unnecessary `concat'.
3069 2012-01-03  Bastien Guerry  <bzg@gnu.org>
3071         * org.el (org-paste-subtree): Remove useless (concat ...).
3073 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3075         * ob-C.el (org-babel-C-var-to-C): Replacing usage of
3076         characterp with integerp (which should work w/Emacs22).
3078 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3080         * org-footnote.el (org-footnote-at-definition-p): Context must
3081         be valid at the beginning of line, not at point.
3083 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3085         * ob-tangle.el (org-babel-tangle-collect-blocks): Better
3086         delimiting of Org-mode text preceding a code block.
3088 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3090         * ob.el (org-babel-get-src-block-info): Fixing bug,
3091         accidentally deleted variable values.
3093 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3095         * ob-tangle.el (org-babel-process-comment-text): Customizable
3096         function to process comment text.
3097         (org-babel-tangle-collect-blocks): Make use of new
3098         customizable processing function.
3099         (org-babel-spec-to-string): Call customizable function rather than
3100         `org-babel-trim'.
3102 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3104         * ob-R.el (org-babel-execute:R): Collect and pass along the
3105         result-params.
3106         (org-babel-R-evaluate): Accept result-params and if "scalar" or
3107         "verbatim" don't process output.
3108         (org-babel-R-evaluate-session): Accept result-params and if
3109         "scalar" or "verbatim" don't process output.
3111 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3113         * ob.el (org-babel-merge-params): Differentiate between result
3114         types and wrappers.
3116 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3118         * ob.el (org-babel-get-src-block-info): Check that
3119         functional-syntax variables are initialized.
3121 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3123         * ob.el (org-babel-check-src-block): Adding a note for a
3124         future enhancement.
3126 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
3128         * org-exp.el (org-export): Restore point when exporting a subtree.
3130 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3132         * ob.el (org-babel-parse-src-block-match): More robust to code
3133         blocks with empty bodies.
3135 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3137         * ob.el (org-babel-parse-src-block-match): Don't error on empty
3138         code block body.
3140 2012-01-03  David Maus  <dmaus@ictsoc.de>
3142         * org.el (org-open-at-point): Unescape plain link.
3144 2012-01-03  David Maus  <dmaus@ictsoc.de>
3146         * org-html.el (org-html-handle-links): Remove unnecessary link
3147         unescape.
3149 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3151         * ob.el (org-babel-merge-params): Better error message for
3152         unassigned variables.
3154 2012-01-03  Christian Egli  <christian.egli@alumni.ethz.ch>
3156         * org-taskjuggler.el (org-export-as-taskjuggler): Clone the
3157         buffer local variables to the temporary buffer before
3158         exporting.
3160 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3162         * org-exp.el (org-export-select-backend-specific-text): Only
3163         remove commas on the front line of a code block.
3165 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3167         * ob.el (org-babel-demarcate-block): Copy headers and indent to
3168         column of point when a block is split.
3170 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3172         * ob.el (org-babel-insert-result): Corrected file insertion
3173         for inline results.
3175 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3177         * org-footnote.el (org-footnote-in-valid-context-p): No
3178         footnote in latex fragments.
3180 2012-01-03  Martin Rudalics  <rudalics@gmx.at>
3182         * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
3183         argument from `pop-to-buffer-same-window' call.
3185 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3187         * ob-R.el (org-babel-R-evaluate-session): Improve prompt
3188         detection regexp.
3190 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3192         * org-inlinetask.el (org-inlinetask-goto-end): Small
3193         refactoring.
3195 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3197         * ob-asymptote.el (org-babel-asymptote-var-to-asymptote):
3198         refactor code.
3199         (org-babel-asymptote-table-to-array): Removed function.
3201 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3203         * ob-asymptote.el (org-babel-asymptote-var-to-asymptote):
3204         recognize non-nested lists as uni-dimensional arrays.
3206 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3208         * ob.el (org-babel-params-from-properties): Don't check for
3209         header arguments in properties with leading ":"s.
3211 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3213         * org-inlinetask.el (org-inlinetask-goto-end): Correctly
3214         detect the end of an inlinetask when the next one starts
3215         immediately after the current one.  Also, return position of
3216         point.
3218 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3220         * ob.el (org-babel-inline-src-block-regexp): Allow regexp to
3221         start at bol.
3223 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3225         * ob-asymptote.el (org-babel-asymptote-define-type): Elisp
3226         floats are asymptote reals.
3228 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3230         * ob-asymptote.el (org-babel-asymptote-table-to-array):
3231         Require a new argument TYPE specifying the detected type of
3232         array.  If it's a string array, make sure every element is
3233         returned as a string. Also improve doc-string.
3234         (org-babel-asymptote-var-to-asymptote): Fill new argument.  Small
3235         refactoring.
3236         (org-babel-asymptote-define-type): Rewrite to avoid stopping
3237         search at first float found, as strings have precedence over
3238         floats.
3240 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3242         * org-footnote.el (org-footnote-normalize): Be sure to separate
3243         the last footnote definition from the rest of the buffer.
3245 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3247         * ob-awk.el (org-babel-expand-body:awk): Allow for symbolic
3248         variable names.
3250 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3252         * org.el (org-latex-regexps): Allow matching latex fragments
3253         of type "$" and "$1" at beginning of line.
3255 2012-01-03  Bastien Guerry  <bzg@gnu.org>
3257         * org-agenda.el (org-search-view, org-agenda-get-todos)
3258         (org-agenda-get-deadlines, org-agenda-get-scheduled): Add
3259         `category-pos' in let construct.
3261 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3263         * org-footnote.el (org-footnote-get-definition): The function has
3264         to widen buffer if definition has not been found in the current
3265         narrowed part. Be sure to restore that restriction once the
3266         definition is found.
3268 2012-01-03  Michal Sojka  <sojka@os.inf.tu-dresden.de>  (tiny change)
3270         * org-icalendar.el (org-print-icalendar-entries): Make alarm
3271         duration RFC5545 compliant.
3273 2012-01-03  Bastien Guerry  <bzg@gnu.org>
3275         * org-agenda.el (org-agenda-get-timestamps)
3276         (org-agenda-get-sexps, org-agenda-get-progress): Correctly set
3277         the `org-category-pos' property.
3279 2012-01-03  Bastien Guerry  <bzg@gnu.org>
3281         * org-html.el (org-export-html-divs): Improve docstring.
3283 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
3285         * org-table.el (org-table-fix-formulas): Throw error when
3286         changing formula leads to an invalid formula.
3288 2012-01-03  Bastien Guerry  <bzg@gnu.org>
3290         * org.el (org-archive-location): Minor docstring fix.
3292 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3294         * org.el (org-block-todo-from-checkboxes):
3295         `org-list-search-forward' should be used when looking for an
3296         item, as it filters out contexts where match couldn't be in a
3297         list.  Also use a correct item regexp, taking into account
3298         alphabetical ordered lists and counters.
3300 2012-01-03  Bastien Guerry  <bzg@gnu.org>
3302         * org-html.el (org-html-make-link): Minor fix to the
3303         docstring.
3305 2012-01-03  Suvayu Ali  <fatkasuvayu+linux@gmail.com>  (tiny change)
3307         * org-inlinetask.el (org-inlinetask): New customizable face
3308         for inlinetasks
3310 2012-01-03  Bastien Guerry  <bzg@gnu.org>
3312         * org-agenda.el (org-agenda-get-todos): Properly set
3313         `category-pos'.
3315 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3317         * org-list.el (org-list-struct-apply-struct): Don't use
3318         (copy-marker (point)) instead of (point-marker).
3320 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3322         * ob.el (org-babel-where-is-src-block-result): Don't try to
3323         resolve variables when simply checking if we're inside of a
3324         code block.
3326 2012-01-03  Bastien Guerry  <bzg@gnu.org>
3328         * org.el (org-refresh-category-properties): New text property
3329         'org-category-position to point at the beginning of the
3330         headline from which the category is set.
3332 2012-01-03  Matt Lundin  <mdl@imapmail.org>
3334         * org.el (org-refile): Don't call `org-back-to-heading' with
3335         goto argument.
3337 2012-01-03  Bastien Guerry  <bzg@gnu.org>
3339         * org.el (org-link-display-descriptive): Remove this option and
3340         rely on the existing `org-descriptive-links' instead.
3341         (org-toggle-link-display): Use `org-descriptive-links'.
3343 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3345         * ob-ref.el (org-babel-ref-resolve): Allow matching of results
3346         with tags after the result name.
3348 2012-01-03  Bastien Guerry  <bzg@gnu.org>
3350         * org-table.el (org-table-get-specials): Allow the use of the
3351         underscore character in column names.
3352         (org-table-get-specials): Allow the use of the underscore
3353         character in field names.
3355 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3357         * org-exp-blocks.el (org-export-blocks-preprocess): Explicitly
3358         cleaning up markers.
3360 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3362         * ob-exp.el (org-babel-exp-inline-src-blocks): Save match data
3363         around `org-babel-exp-do-export' which now searches in this case.
3364         (org-babel-exp-results): Position the point in the inline source
3365         block during export evaluation.
3367         * ob.el (org-babel-insert-result): More readable code.
3369 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3371         * org-exp-blocks.el (org-export-blocks-preprocess): Use the built
3372         in function rather than the superfluous (and now removed)
3373         org-specific function.
3375 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3377         * ob-exp.el (org-babel-exp-inline-src-blocks): Don't examplize
3378         inline code blocks which are already escaped.
3380 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3382         * org-exp-blocks.el (org-marker-from-point): Helper function to
3383         create markers at specific points in source buffers.
3384         (org-export-blocks-preprocess): Use markers instead of points
3385         to delimit code blocks.
3387 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3389         * org-list.el (org-list-separating-blank-lines-number): The
3390         behaviour of `org-back-over-empty-lines' depends on the
3391         associated value of `headline' in
3392         `org-blank-before-new-entry', which is out of context in a
3393         list.
3395 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3397         * org-indent.el (org-indent-initialize-agent): When the current
3398         buffer isn't being watched, resume initialization of other watched
3399         buffers.  In that case, give hand to others idle timers or
3400         processes more frequently.
3401         (org-indent-agent-active-delay): Renamed from
3402         `org-indent-agent-process-duration'.
3403         (org-indent-agent-passive-delay): New variable.
3404         (org-indent-agent-resume-delay): Change value.
3405         (org-indent-initialize-buffer): Change argument name.
3406         (org-indent-add-properties): Change argument name and type
3407         expected. It must be a time value now.
3409 2012-01-03  Bastien Guerry  <bzg@gnu.org>
3411         * org.el (org-set-property): Bugfix.
3413 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3415         * ob.el (org-babel-remove-result): Idempotent code block
3416         evaluation and result removal.
3418 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3420         * ob-ruby.el (org-babel-ruby-initiate-session): No longer
3421         require inf-ruby when no session evaluation takes place.
3423 2012-01-03  Bastien Guerry  <bzg@gnu.org>
3425         * org-agenda.el (org-agenda-prefix-format): Mention "%e" in
3426         the docstring.
3428 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
3430         * org-agenda.el (org-agenda-custom-commands): Set a default
3431         value for this command.
3433 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
3435         * org-agenda.el (org-agenda-include-all-todo): Declare this option
3436         as no longer working.
3437         (org-timeline): Rename the include-all argument to dotodo.
3438         (org-arg-loc): Renamed from` org-include-all-loc'.
3439         (org-agenda-list): Rename the INCLUDE-ALL argument to ARG,
3440         because its function has changed.
3442 2012-01-03  Bastien Guerry  <bzg@gnu.org>
3444         * org.el (org-fixup-indentation): Fix various small bugs.
3446 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3448         * org-indent.el (org-indent-agent-timer)
3449         (org-indent-agentized-buffers, org-indent-agent-resume-timer)
3450         (org-indent-agent-process-duration)
3451         (org-indent-agent-resume-delay): New variables.
3452         (org-indent-initial-marker): More accurate doc-string.
3453         (org-indent-initial-timer, org-indent-initial-resume-timer)
3454         (org-indent-initial-process-duration)
3455         (org-indent-initial-resume-delay)
3456         (org-indent-initial-lock): Removed variables.
3457         (org-indent-mode): Set up an agent to watch current buffer, or
3458         add it to the list of already watched buffers.
3459         (org-indent-initialize-agent): New function.
3460         (org-indent-initialize-buffer): Now requires a mandatory
3461         buffer argument.
3462         (org-indent-add-properties): Reflect changes to variables. The resume
3463         timer is now global.
3465 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3467         * org-footnote.el (org-footnote-normalize): Refactor, and fix
3468         some blank lines deletion.
3470 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3472         * org-indent.el (org-indent-mode):
3473         `org-indent-initial-resume-timer ' needs to be local.
3475 2012-01-03  Bastien Guerry  <bzg@gnu.org>
3477         * org.el (org-fixup-indentation): Correctly indent meta lines.
3479 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3481         * org-indent.el (org-indent-set-line-properties): Add text
3482         properties down to the beginning of the next line.
3483         (org-indent-add-properties): When last position to add
3484         properties to is at the beginning of a line, all that line
3485         will have properties.
3487 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3489         * org-indent.el (org-indent-initial-resume-timer): New variable.
3490         (org-indent-initialize-buffer): Also resume after a small break.
3491         (org-indent-add-properties): When in asynchronous mode,
3492         proceed for 2 seconds, then take a break.
3494 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3496         * org-indent.el (org-indent-set-line-properties): New function.
3497         (org-indent-add-properties): Externalize worker function.
3499 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3501         * org-indent.el (org-indent-indent-buffer): Take into account
3502         narrowing.
3504 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3506         * org-indent.el (org-indent-modified-headline-flag): Renamed from
3507         `org-indent-deleted-headline-flag'
3508         (org-indent-notify-modified-headline): Renamed from
3509         `org-indent-notify-deleted-headline'. Handle situations when
3510         the stars of an headline are modified.
3511         (org-indent-refresh-maybe): Remove case now handled by
3512         previous function.
3513         (org-indent-mode): Apply renames.
3515 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3517         * org-indent.el (org-indent-inlinetask-first-star): New
3518         variable.
3519         (org-indent-add-properties): Set the first star of inline-tasks'
3520         virtual indentation in `org-warning' face.
3522         * org-inlinetask.el (org-inlinetask-insert-task): Create a new
3523         inline-task slightly differently, so virtual indentation can
3524         be applied normally.
3526 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3528         * org-indent.el (org-indent-initial-marker)
3529         (org-indent-initial-timer, org-indent-initial-lock): New
3530         variables.
3531         (org-indent-mode): At initialization, start an idle timer to indent
3532         the whole buffer. When the user is asking for control, interrupt the
3533         process, and resume at the same point when idle again.
3534         (org-indent-initialize-buffer): New function.
3535         (org-indent-add-properties): Throw an interrupt when indentation of
3536         buffer is stopped during initialization.
3538 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3540         * org-indent.el (org-indent-indent-buffer): Send more
3541         appropriate messages.
3543 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3545         * org-indent.el (org-indent-notify-deleted-headline)
3546         (org-indent-refresh-maybe): Replace `org-indent-outline-re'
3547         with `org-outline-regexp-bol'.
3549 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3551         * org-indent.el (org-indent-max-levels): Modify default value and
3552         add comment.
3553         (org-indent-add-properties): Pay attention to `org-indent-max'
3554         and `org-indent-max-levels' values.
3555         (org-indent-refresh-maybe): Refactor code to avoid an unnecessary
3556         save excursion.
3558 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3560         * org-table.el (org-table-align): Remove now useless hack.
3562 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3564         * org-indent.el (org-indent-fix-section-after-idle-time): Remove
3565         variable.
3566         (org-indent-initialize): Remove timer.
3567         (org-indent-add-properties): Refactor code.
3568         (org-indent-refresh-subtree, org-indent-refresh-section)
3569         (org-indent-refresh-buffer,org-indent-set-initial-properties): Remove
3570         functions.
3571         (org-indent-deleted-headline): New variable.
3572         (org-indent-notify-deleted-headline,org-indent-refresh-maybe): New
3573         functions.
3574         (org-indent-mode): Insert new functions into a hook.
3576 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3578         * org-indent.el (org-indent-mode): Completely refresh buffer
3579         before starting org-indent-mode. Also set idle timer to refresh
3580         only visible portion of buffer, and refresh the subtree instead of
3581         section when promoting or demoting it.
3582         (org-indent-add-properties): Rewrite function to proceed line by
3583         line, as required by `wrap-prefix' specificity.
3584         (org-indent-refresh-section,org-indent-refresh-subtree): Refactor.
3585         (org-indent-refresh-view): New function.
3586         (org-indent-refresh-to, org-indent-refresh-section): Removed
3587         functions.
3589         * org.el (org-unfontify-region): Do not remove prefix
3590         properties when unfontifying a region.
3592 2012-01-03  Bastien Guerry  <bzg@gnu.org>
3594         * org-colview.el (org-columns-cleanup-item): Correctly remove
3595         leading stars in items displayed in the agenda column view.
3597 2012-01-03  Bastien Guerry  <bzg@gnu.org>
3599         * org-colview.el (org-columns-display-here): Clean up items in
3600         `org-agenda-mode' too.
3601         (org-columns-cleanup-item): Take a new argument CPHR to allow
3602         passing a complex heading regexp.  Rewrite to cleanup ITEM
3603         correctly in `org-agenda-mode'.
3605 2012-01-03  Bastien Guerry  <bzg@gnu.org>
3607         * org-clock.el (org-duration-string-to-minutes)
3608         (org-minutes-to-hh:mm-string, org-hh:mm-string-to-minutes): Move
3609         from org.el.
3611 2012-01-03  Bastien Guerry  <bzg@gnu.org>
3613         * org.el (org-refile-active-region-within-subtree): New option to
3614         allow refiling a region that is part of a subtree without
3615         containing a subtree itself.  This default to `nil'.
3616         (org-refile): Use the new option.  Put point at the beginning
3617         of the region/subtree to be refiled, so that users understand
3618         what will be refiled.  Also improve the prompt to tell whether
3619         the user is refiling a region or a headline.
3621 2012-01-03  Bastien Guerry  <bzg@gnu.org>
3623         * org.el (org-properties-postprocess-alist): New option to allow
3624         postprocessing the values of properties set through
3625         `org-set-property'.
3626         (org-set-property): Use this option.
3628 2012-01-03  Bastien Guerry  <bzg@gnu.org>
3630         * org.el (org-outline-regexp, org-outline-regexp-bol): Add a
3631         docstring.
3633 2012-01-03  Bastien Guerry  <bzg@gnu.org>
3635         * org-archive.el (org-archive-to-archive-sibling): Use
3636         `org-outline-regexp' instead of `outline-regexp'.
3638 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3640         * org.el (org-between-regexps-p): Searching up to pos may
3641         match again beginning regexp.
3643 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3645         * org-footnote.el (org-footnote-goto-definition): Don't send
3646         erroneous message: suggested bindings might not be set outside
3647         Org.
3649 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3651         * org-footnote.el (org-footnote-normalize): Effectively remove
3652         any footnote tag in non Org buffers, as detailled in the
3653         docstring of `org-footnote-tag-for-non-org-mode-files'.
3655 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3657         * org-footnote.el (org-footnote-tag-for-non-org-mode-files):
3658         notify the opportunity to set the variable to the empty string.
3659         (org-footnote-normalize, org-footnote-create-definition):
3660         Carefully check for inserted newlines and presence of the
3661         footnote tag.
3663 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3665         * org-footnote.el (org-footnote-at-definition-p): Re-use
3666         `org-footnote-definition-re'.
3668 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3670         * org-footnote.el (org-footnote-definition-re): Remove an
3671         useless group.
3672         (org-footnote-at-definition-p): Reflect removal of the group.
3674 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3676         * org.el (org-set-regexps-and-options): Enforce white space
3677         after todo keyword, as word boundary isn't sufficient (i.e. in
3678         matches * TODO/this).
3680 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
3682         * org-inlinetask.el (org-inlinetask-export-templates): Fixed
3683         template for html so that the exported file is valid
3684         xhtml.  Added template for odt.
3685         (org-inlinetask-export-handler): Fix typo in the regexp that
3686         trims content. Make sure that the content is flanked by
3687         paragraph boundaries on either side.
3689 2012-01-03  Bastien Guerry  <bzg@gnu.org>
3691         * org.el (org-add-planning-info): Don't insert superfluous
3692         space when updating timestamps.
3694 2012-01-03  Bastien Guerry  <bzg@gnu.org>
3696         * org-agenda.el (org-cmp-effort): Fix docstring.
3698 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3700         * org-list.el (org-list-full-item-re): When an item has only a
3701         bullet and no space after it, list structure would not be
3702         recognized correctly.
3704 2012-01-03  Bastien Guerry  <bzg@gnu.org>
3706         * org.el (org-overview): Use `outline-regexp' instead of
3707         `org-outline-regexp' so that global cycling using
3708         `orgstruct-mode' works outside of Org buffers.
3710 2012-01-03  Bastien Guerry  <bzg@gnu.org>
3712         * org-table.el (org-table-eval-formula): Fix missing variable
3713         in let construct.
3714         (org-table-time-string-to-seconds): Fix missing variable in
3715         let construct.
3717 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
3719         * org-agenda.el (org-agenda-get-deadlines): Fix dfrac for the
3720         case of wdays being 0.  Don't pass wdays to
3721         org-agenda-deadline-face, like before the old fix.
3722         (org-agenda-deadline-face): Revert to old state that was without
3723         wdays.
3725 2012-01-03  Bastien Guerry  <bzg@gnu.org>
3727         * org-latex.el (org-export-latex-fixed-width): Only add one
3728         line break after exporting verbatim environments.
3730 2012-01-03  Bastien Guerry  <bzg@gnu.org>
3732         * org-mw.el (org-mw-export-lists): Fix list export.
3734 2012-01-03  Bastien Guerry  <bzg@gnu.org>
3736         * org-list.el (org-list-item-trim-br): New function.
3737         (org-list-to-generic): New parameter :nobr to use the new
3738         function.
3740 2012-01-03  David Maus  <dmaus@ictsoc.de>
3742         * org.el (org-paste-subtree): Fix wrong order of lines to move
3743         before pasting.
3745 2012-01-03  David Maus  <dmaus@ictsoc.de>
3747         * org.el (org-paste-subtree): Paste subtree above target
3748         headline if point is at bol.
3750 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3752         * org-list.el (org-toggle-checkbox): Don't clear lim-down
3753         while used in the while loop.
3755 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3757         * org-list.el (org-toggle-checkbox): Lim-down must be a
3758         marker.
3760 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3762         * org.el (org-activate-code): Correct regexp so ":.*" isn't
3763         matched.
3765 2012-01-03  David Maus  <dmaus@ictsoc.de>
3767         * org-macs.el (org-with-gensyms, org-called-interactively-p)
3768         (with-silent-modifications, org-bound-and-true-p)
3769         (org-unmodified, org-re, org-preserve-lc)
3770         (org-without-partial-completion, org-with-point-at)
3771         (org-no-warnings, org-if-unprotected, org-if-unprotected-1)
3772         (org-if-unprotected-at, org-with-remote-undo)
3773         (org-no-read-only, org-save-outline-visibility)
3774         (org-with-wide-buffer, org-with-limited-levels)
3775         (org-eval-in-environment): Provide edebug specifications.
3777         * org-src.el (org-src-do-at-code-block): Dto.
3779         * org-publish.el (org-publish-with-aux-preprocess-maybe): Dto.
3781         * org-compat.el (org-xemacs-without-invisibility): Dto.
3783         * org-clock.el (org-with-clock-position, org-with-clock): Dto.
3785         * org-agenda.el (org-agenda-with-point-at-orig-entry)
3786         (org-batch-agenda, org-batch-agenda-csv)
3787         (org-batch-store-agenda-views): Dto.
3789         * ob.el (org-babel-do-in-edit-buffer)
3790         (org-babel-map-src-blocks, org-babel-map-inline-src-blocks): Dto.
3792         * ob-tangle.el (org-babel-with-temp-filebuffer): Dto.
3794         * ob-table.el (sbe): Dto.
3796         * ob-exp.el (org-babel-exp-in-export-file): Dto.
3798         * ob-comint.el (org-babel-comint-in-buffer)
3799         (org-babel-comint-with-output): Dto.
3801 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3803         * org-inlinetask.el (org-inlinetask-export-templates): Fix
3804         docstring.
3806 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3808         * org-inlinetask.el (org-inlinetask-insert-task): Error when
3809         trying to nest inline tasks.
3811 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3813         * org.el (org-activate-code, org-toggle-fixed-width-section)
3814         (org-indent-line-function): Allow "[ \t]*:$" as a special case of
3815         fixed-width section.
3817 2012-01-03  David Maus  <dmaus@ictsoc.de>
3819         * org.el (org-paste-subtree): Don't eat headline when called
3820         with point at existing headline.
3822 2012-01-03  David Maus  <dmaus@ictsoc.de>
3824         * org.el (org-paste-subtree): Fix typo in variable name.
3826 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
3828         * org-inlinetask.el (org-inlinetask-export-handler): Don't
3829         export inline tasks if the current backend has provided no
3830         entries in `org-inlinetask-export-templates'.
3832 2012-01-03  Valentin Wüstholz  <wuestholz@gmail.com>  (tiny change)
3834         * org.el (org-indent-line-function): Made the way in which
3835         example blocks are indented more flexible.
3837 2012-01-03  David Maus  <dmaus@ictsoc.de>
3839         * org-agenda.el (org-batch-agenda-csv): Fix argument to append
3840         when creating final parameter alist.
3842 2012-01-03  David Maus  <dmaus@ictsoc.de>
3844         * org-agenda.el (org-batch-store-agenda-views): Use macro
3845         `org-eval-in-environment'.
3847 2012-01-03  David Maus  <dmaus@ictsoc.de>
3849         * org-agenda.el (org-batch-agenda, org-batch-agenda-csv): Use
3850         `org-eval-in-environment.
3852 2012-01-03  David Maus  <dmaus@ictsoc.de>
3854         * org-macs.el (org-make-parameter-alist): New function.  Turn
3855         flat list of alternating symbol names and values into an alist
3856         with symbol name in car and value in cdr.
3858 2012-01-03  David Maus  <dmaus@ictsoc.de>
3860         * org-agenda.el (org-agenda-with-point-at-orig-entry): Use
3861         macro `org-with-gensyms'.
3863 2012-01-03  David Maus  <dmaus@ictsoc.de>
3865         * org-macs.el (org-substitute-posix-classes): New
3866         function.  Substitute posix classes in regular expression.
3867         (org-re): Use new function.
3869 2012-01-03  David Maus  <dmaus@ictsoc.de>
3871         * org-macs.el (org-eval-in-environment): New macro.  Evaluate FORM
3872         in ENVIRONMENT.
3874 2012-01-03  David Maus  <dmaus@ictsoc.de>
3876         * org-macs.el (org-preserve-lc, org-with-point-at)
3877         (org-with-remote-undo, org-save-outline-visibility): Use new
3878         macro `org-with-gensyms'.
3880 2012-01-03  David Maus  <dmaus@ictsoc.de>
3882         * org-macs.el (org-with-gensyms): New macro.  Wrap let-binding
3883         of SYMBOLS to new uninterned symbols around BODY.
3885 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3887         * org-inlinetask.el (org-inlinetask-export-handler): Make sure
3888         the task starts a paragraph or the HTML exporter will produce
3889         an incorrect output.
3891 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3893         * org.el (org-return): When filling happens, `newline' can
3894         change match data, hence modifying the indent column.
3896 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3898         * org-footnote.el (org-footnote-new): Only forbid non-inlined
3899         footnotes at column 0, as only them can be confused with a
3900         footnote definition.
3902 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3904         * org-footnote.el (org-footnote-new): Use `ido' or `iswitchb'
3905         when available when prompted for a label.  Also rename a local
3906         variable to avoid confusion with an existing function.
3908 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3910         * org-footnote.el (org-footnote-label-history): Removed
3911         variable
3912         (org-footnote-new): Remove call to that variable.
3914 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3916         * org.el (org-insert-heading): With `force-heading' non-nil,
3917         inserting an heading before any headline, and just after a
3918         list would return an error.
3920 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3922         * ob.el (org-babel-sha1-hash): Removed use of `copy-seq'.
3924 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3926         * org-bibtex.el (org-bibtex-get): Make the "FILE" property
3927         non-special when resolving bibtex values.
3929 2012-01-03  David Maus  <dmaus@ictsoc.de>
3931         * org.el (org-back-over-empty-lines): Don't move line upward
3932         if point is at eob.
3934 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3936         * org-footnote.el (org-footnote-in-valid-context-p): Check
3937         `org-protected' property before allowing to match a footnote.
3938         (org-footnote-at-reference-p): Remove an obsolete test.  It is now
3939         done in the previous function.
3941 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3943         * org.el (org-between-regexps-p): Previous name implied the
3944         function was related to blocks, which isn't mandatory.
3945         (org-narrow-to-block, org-in-block-p)
3946         (org-indent-line-function): Applied the rename.
3948         * ob-exp.el (org-babel-in-example-or-verbatim): Applied
3949         rename.  Also removed a white space.
3951 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3953         * org.el (org-in-regexps-block-p): Return an useful value when
3954         point is between START-RE and END-RE. No incomplete block is
3955         allowed anymore.  Add another optional argument to bound the
3956         bottom part of the search.
3957         (org-narrow-to-block, org-in-block-p): Apply modifications.
3959 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3961         * ob.el (org-babel-src-block-regexp): If a code block has a
3962         body, its last character must be a newline.
3964 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
3966         * org-footnote.el (org-footnote-next-reference-or-definition):
3967         If no more footnote is found, be sure to go back to the
3968         original position.  Otherwise, point might be left on a
3969         footnote-like element that has been dished out.
3971 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3973         * ob-exp.el (org-babel-inline-src-block-regexp): Declare this
3974         variable.
3976         * ob.el (defvar): Wrap variable declaration in
3977         `eval-when-compile'.
3979 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3981         * ob-keys.el (org-babel-key-bindings): Bound to `C-c C-v k'.
3983 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3985         * ob-java.el (org-babel-execute:java): Allow cmdline flags
3986         during compilation and evaluation.
3988 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
3990         * ob.el (org-babel-expand-body:generic, org-babel-number-p):
3991         * ob-ref.el (org-babel-ref-parse): Fix typos.
3993 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
3995         * ob.el (org-babel-execute-src-block): Fix typo.
3997 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3999         * org.el (org-link-unescape, org-link-unescape-compound): Fix typos.
4001 2011-11-20  Andreas Schwab  <schwab@linux-m68k.org>
4003         * org-list.el (org-list-send-item): Use sort instead of sort*.
4005 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4007         * org-table.el (org-table-line-to-dline): Fix typo.
4009 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
4011         * org-agenda.el (org-agenda-add-entry-text-descriptive-links)
4012         (org-agenda-custom-commands, org-write-agenda, org-check-for-org-mode)
4013         (org-search-syntax-table, org-modify-diary-entry-string)
4014         (org-write-agenda):
4015         * org-bbdb.el (org-bbdb-anniv-export-ical):
4016         * org-bibtex.el (org-bibtex-fields):
4017         * org-icalendar.el (org-icalendar-date-time-format):
4018         * org-latex.el (org-export-latex-inline-image-extensions):
4019         * org-list.el (org-list-insert-item): Fix typos.
4021 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
4023         * org-plot.el (org-plot/gnuplot-to-grid-data): Fix typo in docstring.
4025 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
4027         * org.el (org-mode): Force left-to-right paragraphs in Org
4028         buffers.  For a related discussions, see
4029         https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
4031 2011-09-17  Juanma Barranquero  <lekktu@gmail.com>
4033         * org.el (org-toggle-pretty-entities): Fix typo in message.
4035 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
4037         * org-compat.el (org-pop-to-buffer-same-window): Deleted.
4039         * ob-ref.el (org-babel-ref-goto-headline-id):
4040         * org.el (org-get-location, org-tree-to-indirect-buffer)
4041         (org-mark-ring-goto, org-refile, org-add-log-note)
4042         (org-revert-all-org-buffers, org-switchb)
4043         (org-cycle-agenda-files, org-submit-bug-report)
4044         (org-goto-marker-or-bmk):
4045         * org-agenda.el (org-prepare-agenda, org-agenda-switch-to):
4046         * org-capture.el (org-capture-goto-target)
4047         (org-capture-fill-template):
4048         * org-clock.el (org-clock-goto):
4049         * org-ctags.el (org-ctags-visit-buffer-or-file):
4050         * org-exp.el (org-export-as-org):
4051         * org-feed.el (org-feed-show-raw-feed):
4052         * org-html.el (org-export-htmlize-generate-css):
4053         * org-id.el (org-id-goto):
4054         * org-irc.el (org-irc-visit-erc):
4055         * org-mobile.el (org-mobile-apply):
4056         * org-publish.el (org-publish-org-to, org-publish-find-date):
4057         * org-remember.el (org-go-to-remember-target):
4058         * org-src.el (org-src-switch-to-buffer)
4059         (org-edit-fixed-width-region): Use switch-to-buffer.
4061 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
4063         * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
4064         argument from pop-to-buffer-same-window call.
4066 2011-07-30  Carsten Dominik  <carsten.dominik@gmail.com>
4068         * ob.el (org-babel-src-block-regexp): If a code block has a body,
4069         its last character must be a newline.
4071 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4073         * org-pcomplete.el: New file.  Rename from org-complete.el.
4074         * org-complete.el: Delete file.
4076 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4078         * org-publish.el (org-publish-index-generate-theindex): Rename
4079         from `org-publish-index-generate-theindex.inc'.  Use the file
4080         theindex.org directly instead of including theindex.inc.
4081         (org-publish-projects): Don't delete .orgx files.
4082         (org-publish-aux-preprocess): Use .file.orgx.
4084 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4086         * org-html.el (org-export-html-preamble-format): New default for
4087         the HTML preamble: don't include the title.  Also improve the
4088         docstring.
4089         (org-export-html-postamble-format): Improve the docstring.
4090         (org-export-as-html): Add the title within the "content" div.
4091         This is necessary for interaction with the org-info.js script.
4093 2011-07-28  Michael Brand  <michael.ch.brand@gmail.com>
4095         * org-table.el (org-table-edit-field): Display field coordinates.
4097 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4099         * org-publish.el (org-publish-find-title): Bugfix: kill buffers
4100         unless they were already visited.
4101         (org-sitemap-sort-files, org-sitemap-sort-folders)
4102         (org-sitemap-ignore-case, org-sitemap-requested)
4103         (org-sitemap-date-format, org-sitemap-file-entry-format): Use
4104         a correct prefix.
4105         (org-publish-projects): Make sure to delete .orgx files.
4106         (org-publish-index-generate-theindex.inc): Small docstring fix.
4108 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4110         * org-table.el (org-table-duration-custom-format): New defcustom
4111         to select output format of durations computations.
4112         (org-table-time-seconds-to-string): Use the new variable.
4113         (org-table-eval-formula): Allow `t' as a flag, on top of `T'.  `t'
4114         will use the custom output format defined in
4115         `org-table-duration-custom-format'.
4117 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4119         * org-list.el: Search blank lines down to the end of the item
4120         instead of stopping at the item, in order to possibly match such
4121         lines within the item.
4123 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4125         * org-latex.el (org-export-latex-href-format): Docstring fix to
4126         reflect the fact that you can use only one "%s".
4127         (org-export-latex-links): Allow `org-export-latex-href-format' to
4128         have only one "%s".
4130 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
4132         * org.el (org-org-menu): Add `org-copy-visible' to the menu.
4134 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
4136         * org.el (org-copy-visible): New command.
4138 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4140         * org-capture.el (org-capture-templates): Docstring fix.
4142 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4144         * ob.el (org-babel-view-src-block-info): New function to inspect
4145         code blocks.
4147         * ob-keys.el (org-babel-key-bindings): Key bindings for
4148         `org-babel-view-src-block-info'.
4150 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4152         * org-exp.el (org-infile-export-plist): Handle recursively
4153         included setup files.  The value of the last included file always
4154         takes precedence over previous values.
4156 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4158         * org.el (org-timestamp-change): Keep point in the same category
4159         when updating a time-stamp.  This requires to be careful, as,
4160         depending on the locale, name of day might change of length during
4161         the process.
4163 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4165         * org-footnote.el (org-footnote-create-definition): When skipping
4166         already written footnotes definition, the algorithme would assume
4167         each one was only one-line long.
4169 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4171         * org-table.el (org-table-eval-formula): Fix bug when a formula
4172         "range" is just one cell.
4173         (org-table-time-string-to-seconds): Don't check whether we
4174         manipulate a string.
4176 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4178         * org-exp.el (org-export-mark-list-end)
4179         (org-export-mark-list-properties): Don't remove the ending regexp
4180         when it consists in blank lines.
4182         * org-list.el (org-list-parse-list): Ditto, but remove it
4183         completely when it isn't made of blank lines (i.e. during export
4184         process).
4186 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4188         * org-table.el (org-table-time-string-to-seconds): Match either
4189         HH:MM:SS or HH:MM (instead of MM:SS).
4191 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4193         * org.el (org-ctrl-c-ctrl-c-final-hook): New hook to be run when
4194         `org-ctrl-c-ctrl-c' cannot do anything useful in the given
4195         context.
4197 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4199         * org-html.el (org-export-html-with-timestamp)
4200         (org-export-html-html-helper-timestamp): These are obsolete
4201         variables as of Org version 7.7 as you can already export the
4202         timestamp from the preamble or the postamble.
4203         (org-export-html-before-content-div): Delete variable.
4204         (org-export-html-content-div): Obsolete variable as of 7.7.
4205         (org-export-html-divs): New variable to define divs used in
4206         HTML export.
4207         (org-export-as-html): Now the preamble and the postamble are
4208         surrounded by a <div ...>.  The name of the div is defined through
4209         `org-export-html-divs'.
4211 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4213         * org-table.el (org-table-eval-formula): Throw an error when
4214         trying to replace complex range with invalid references.
4216 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4218         * org-macs.el (org-with-limited-levels): Some functions, like
4219         `org-back-to-heading', being deeply based on outline-mode, still
4220         refer to `outline-regexp' instead of `org-outline-regexp'.
4222 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4224         * org.el (org-refile-get-targets): New optional argument
4225         `excluded-entries' to exclude entries from the targets.
4226         (org-refile-get-location): From an org-mode buffer, exclude
4227         current heading and subheadings from the list of targets when
4228         `org-refile-use-cache' is nil.
4230 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4232         * org.el (org-imenu-get-tree): Headlines start at bol.
4234 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4236         * ob-maxima.el: New file.  Fixed self-proclaimed file name.
4238 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4240         * ob.el (org-babel-sha1-hash): Only call `copy-seq' on proper
4241         lists.
4243 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4245         * org.el (org-kill-is-subtree-p): Matched string needs to start at
4246         bol.
4248 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4250         * org.el (org-paste-subtree, org-kill-is-subtree-p)
4251         (org-yank-folding-would-swallow-text, org-yank-generic): Use
4252         `org-with-limited-levels' macro.
4254 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4256         * org-macs.el (org-with-limited-levels): Also modify, when
4257         appropriate, `org-outline-regexp-at-bol'.
4259 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4261         * org.el (org-timestamp-change): Some locales don't use the same
4262         length for date abbreviations.  Set a marker at origin in case
4263         length of new timestamp is different.
4265 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4267         * org.el (org-imenu-get-tree): Browse only true headlines.
4269 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4271         * org-archive.el (org-archive-subtree): While it might be possible
4272         to archive an headline of a temporary buffer (i.e. not visiting a
4273         file), it wouldn't be really sensible.
4275 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4277         * org-archive.el (org-extract-archive-file)
4278         (org-extract-archive-heading, org-archive-subtree):
4279         `buffer-file-name' is nil in an indirect buffer.  Thus, use
4280         `(buffer-file-name (buffer-base-buffer))', which will, in any
4281         case, return the file name.
4283 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4285         * org-capture.el (org-capture): If dired isn't loaded,
4286         `dired-buffers' isn't defined, and %F will fail.
4288 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4290         * ob-java.el (org-babel-execute:java): Don't create empty package
4291         directories.
4293 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4295         * ob-java.el: New file.
4297 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4299         * ob.el (org-babel-execute-src-block): Replace call to defunct
4300         function `org-babel-result-hash'.
4302 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4304         * org-footnote.el (org-footnote-in-valid-context-p): Avoid cited
4305         lines and headers in `message-mode'.
4306         (org-footnote-at-reference-p): Remove check for cited lines, this
4307         is now handled by the previous function.  Refactor.
4309 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4311         * org-capture.el (org-capture): If no file is associated to
4312         current buffer, check dired buffer and try to retrieve a possibly
4313         directory associated.
4315 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4317         * ob-exp.el (org-babel-exp-results): Resolve hashes in the current
4318         (not original) file buffer.
4320         * ob.el (org-babel-current-result-hash): More informative name,
4321         and remove useless optional argument.
4323 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4325         * org.el (org-refile-get-location): Exclude current heading from
4326         the refile table.
4328 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4330         * org-footnote.el (org-footnote-at-reference-p): Test if match is
4331         in cited text, when replying to a message.
4332         (org-footnote-new): Do not create a new footnote at bol, as it
4333         might be seen as a definition.
4334         (org-footnote-at-definition-p): Ignore definitions in forbidden
4335         blocks, as it is already the case for references.
4337 2011-07-28  Matt Lundin  <mdl@imapmail.org>
4339         * org-bibtex.el (org-bibtex-create, org-bibtex-write): Change
4340         argument of `org-toggle-tag' to 'on. (Other arguments, e.g., t,
4341         have no effect).
4343 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4345         * org-bibtex.el (org-bibtex-get): Don't let trimming turn nils
4346         into empty strings.
4348 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4350         * org-list.el (org-list-insert-item): Actualize code comments.
4351         (org-insert-item): For consistency, point cannot be moved at a
4352         surprising place when the user is being asked to choose a new
4353         description term to insert in the list.  Point should stay where
4354         the user called the command.
4356 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4358         * org-toc.el (org-toc-before-first-heading-p, org-toc-show)
4359         (org-toc-get-headlines-status): Use `org-outline-regexp-bol'.
4361 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4363         * org.el (org-outline-regexp-bol): New defconst.
4364         (org-outline-level, org-set-font-lock-defaults, org-cycle)
4365         (org-overview, org-content, org-flag-drawer)
4366         (org-first-headline-recenter, org-insert-todo-heading)
4367         (org-map-region, org-move-subtree-down, org-paste-subtree)
4368         (org-kill-is-subtree-p, org-context-p, org-refile)
4369         (org-refile-new-child, org-toggle-comment, org-todo)
4370         (org-add-planning-info, org-add-log-setup, org-scan-tags)
4371         (org-set-tags, org-insert-property-drawer)
4372         (org-prepare-agenda-buffers, org-preview-latex-fragment)
4373         (org-speed-command-default-hook, org-check-for-hidden)
4374         (org-toggle-item, org-toggle-heading)
4375         (org-indent-line-function, org-set-autofill-regexps)
4376         (org-fill-paragraph, org-toggle-fixed-width-section)
4377         (org-yank-generic, org-yank-folding-would-swallow-text)
4378         (org-first-sibling-p, org-goto-sibling)
4379         (org-goto-first-child, org-show-entry): Use
4380         `org-outline-regexp' and `org-outline-regexp-bol'.
4382 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4384         * org.el (org-update-parent-todo-statistics): COOKIE_DATA should
4385         be checked for parent, not current headline.  Also, this function
4386         doesn't need to be interactive.
4388 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4390         * org-list.el (org-list-send-item, org-list-struct-apply-struct)
4391         (org-apply-on-list, org-toggle-checkbox): Make markers point
4392         nowhere when they have become useless.
4394 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4396         * org-list.el (org-list-insert-item): When insertion point is in
4397         some white line after the end of the list, remove all unnecessary
4398         white lines there before proceeding.  Also refactor a snippet of
4399         code.
4401 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4403         * org-latex.el (org-export-latex-image-default-option): Change
4404         default value.
4406 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4408         * org.el (org-fontify-meta-lines-and-blocks-1): Blocks cannot be
4409         correctly fontified when the buffer is missing a final newline.
4411 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4413         * ob.el (org-babel-strip-protective-commas): Return `nil' instead
4414         of an error if no argument is given.
4415         (org-babel-parse-src-block-match): Make sure body is defined in
4416         the let construct.
4418 2011-07-28  Jon Anders Skorpen  <jonas@ifi.uio.no>  (tiny change)
4420         * org-publish.el (org-publish-cache-file-needs-publishing): Regexp
4421         did not find includes with double quoted file names.
4423 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4425         * org-footnote.el (org-footnote-normalize): Footnote section
4426         should be inserted only if there are footnotes to insert.
4428 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4430         * org-footnote.el (org-footnote-at-definition-p)
4431         (org-footnote-normalize): Do not grab signature in the definition
4432         of the last footnote.
4434 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4436         * org-bibtex.el (org-babel-trim): Declare this function to the
4437         compiler.
4438         (org-bibtex-get): Trimming whitespace off of bibtex fields read from
4439         properties.
4441 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4443         * org-exp.el (org-export-preprocess-string): Add the possibility
4444         to call recursively the function.  Also change order of some
4445         function calls.  Comment export process for footnotes.
4447         * org-footnote.el (org-footnote-normalize): Change the export
4448         specific parameter to hold properties of export.  Thus, the
4449         function can send every footnote definition in the buffer through
4450         `org-export-process-string'.
4452 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4454         * org-latex.el (org-export-latex-preprocess): First insert
4455         footnotes in the temporary buffer so their contents can properly
4456         be protected from further transformations if required.
4458 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4460         * org-list.el (org-list-indent-offset): New variable.
4461         (org-list-struct-fix-ind): Make use of the new variable.
4463 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4465         * org-latex.el (org-export-latex-list-parameters): Complete
4466         default value with cbtrans option.
4468         * org-list.el (org-list-to-latex): Set a more consistent default
4469         value.
4471 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4473         * org-list.el (org-list-swap-items): Move it to a meaningful
4474         position in source code (i.e. before any function using it), and
4475         rename it to an easier name.
4477 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4479         * org-list.el (org-list-separating-blank-lines-number): If there
4480         are blank lines already in the whole list, add a blank line.
4482 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4484         * org-list.el (org-list-use-circular-move): New variable.
4485         (org-previous-item, org-next-item): Make use of the new variable.
4486         (org-move-item-down, org-move-item-up): Make use of the new
4487         variable.  Simplify code.
4489 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4491         * org-list.el (org-list-delete-item, org-list-send-item): New
4492         functions.
4494 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4496         * org-agenda.el (org-agenda-bulk-custom-functions): New variable
4497         for custom bulk action functions.
4498         (org-agenda-bulk-action): Use it.
4500 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4502         * org-latex.el (org-export-latex-quotes): New defcustom.
4503         (org-export-latex-quotation-marks): Use it.
4505 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4507         * org-capture.el (org-capture-finalize): Bugfix about inserted
4508         blank line when killing the capture buffer and
4509         `org-blank-before-new-entry' tells to not insert anything before a
4510         heading.
4512 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4514         * org-html.el (org-export-html-content-div): Rename from
4515         `org-export-content-div'.
4516         (org-export-as-html): Use new name.
4518 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4520         * org-latex.el (org-export-latex-header-defs-re): Delete.
4522 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4524         * org.el (org-last-set-property): New variable.
4525         (org-read-property-name): Use the new variable: the prompt
4526         defaults to the last property set, unless there is a property in
4527         the line at point.
4529 2011-07-28  David Maus  <dmaus@ictsoc.de>
4531         * org-capture.el (org-capture-before-finalize-hook)
4532         (org-capture-after-finalize-hook, org-capture-mode-map)
4533         (org-capture-mode, org-capture-goto-last-stored): Fix docstring,
4534         consistently refer to capture, not remember.
4536 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4538         * ob-clojure.el (org-babel-execute:clojure): Respects "scalar" and
4539         "verbatim" results params.
4541 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4543         * ob-awk.el (org-babel-execute:awk): Use "verbatim" as synonym for
4544         "scalar".
4546         * ob-sh.el (org-babel-sh-evaluate): Use "verbatim" as synonym for
4547         "scalar".
4549         * ob-sqlite.el (org-babel-execute:sqlite): Use "verbatim" as
4550         synonym for "scalar".
4552         * ob.el (org-babel-merge-params): Use "verbatim" as synonym for
4553         "scalar".
4555 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4557         * ob.el (org-babel-script-escape): Parse odd parens when nested
4558         isnide lists.
4560 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4562         * ob-clojure.el (org-babel-execute:clojure): No longer force
4563         results into elisp if they don't naturally fit.
4565 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4567         * ob-clojure.el (org-babel-execute:clojure): Stop re-reading
4568         already parsed lisp results.
4570 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4572         * org-list.el (org-plain-list-ordered-item-terminator): Remove
4573         incorrect assumption.
4575 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4577         * org-footnote.el (org-footnote-forbidden-blocks): Add missing
4578         exporter specific blocks.
4580         * org-list.el (org-list-forbidden-blocks): Ditto.
4582 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4584         * org-latex.el (org-export-latex-tables): Bugfix: remove
4585         properties from fields.
4587 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4589         * org.el (org-shiftcontrolup, org-shiftcontroldown): New commands
4590         to use `org-clock-timestamps-change'.
4592 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4594         * org.el (org-timestamp-up, org-timestamp-down): Mention time
4595         changes in the docstring.
4597 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4599         * org-clock.el (org-clock-remove-empty-clock-drawer): New function
4600         to remove empty clock drawer.
4601         (org-clock-out-hook): Add the new function as a hook.
4603 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4605         * org-list.el (org-list-in-valid-context-p): Use `org-in-block-p'.
4607 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4609         * org.el (org-in-block-p): New function.
4611         * org-footnote.el (org-footnote-forbidden-blocks): New variable.
4612         (org-footnote-in-valid-context-p): New function.
4613         (org-footnote-at-reference-p): Use new function.  Allow inline
4614         footnotes to start at bol.
4616 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4618         * org-lparse.el (org-lparse-use-flashy-warning): New defcustom.
4619         (org-lparse-warn): Use it.
4621 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4623         * org-ascii.el (org-export-as-utf8): Fix call to
4624         `org-called-interactively-p': it requires an argument.  Also fix
4625         the docstring.
4627 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4629         * ob-lilypond.el (show-all): Declaring function from outline.el.
4630         (org-babel-default-header-args:lilypond): Declared.
4631         (ly-process-basic): Use the appropriate prefix for the temporary
4632         file, and don't call a function from ob-dot.el.
4633         (ly-version): Let-bind a free variable.
4635 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4637         * ob-lilypond.el: New file.
4639 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4641         * org-publish.el
4642         (org-publish-cache-file-needs-publishing): Only check against .org
4643         files.
4645 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4647         * org.el (org-mode): Use `org-default' as the default face in
4648         org-mode.
4650 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4652         * org-publish.el
4653         (org-publish-cache-file-needs-publishing): Takes care of more
4654         recently included files, returning `t' in case the file including
4655         them needs to be republished.
4657 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4659         * org-exp.el (org-export-preprocess-string): If the last subtree
4660         is a task, footnotes may be removed along with the subtree.  This
4661         patch ensures footnotes are put at the end of the buffer after the
4662         subtree has been removed.
4664 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4666         * org-footnote.el (org-footnote-at-reference-p): Verify that what
4667         looks like a footnote doesn't belong to a link.
4668         (org-footnote-next-reference-or-definition): Check more strictly
4669         footnote definitions.
4671 2011-07-28  Deech  <deech@deech-ThinkPad-X200.(none)>  (tiny change)
4673         * ob-tangle.el (org-babel-tangle): Ignore errors thrown by
4674         language modes.
4676 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4678         * ob-python.el (org-babel-python-evaluate-session): Inhibit return
4679         of the eoe string during session evaluation.
4681 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4683         * ob-python.el (org-babel-python-evaluate-session): Enough
4684         newlines to ensure a return when ":results output :session".
4686 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4688         * ob-python.el (org-babel-python-evaluate-session): Introduced a
4689         new local function for sending input with a slight delay to allow
4690         pythong to re-draw the prompt.  No longer removing newlines inside
4691         code block bodies (was due to a defective regexp).
4693 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4695         * org-table.el (org-table-time-seconds-to-string): Use
4696         `org-format-seconds' instead of `format-seconds'.
4698 2011-07-28  David Maus  <dmaus@ictsoc.de>
4700         * org-publish.el (org-publish-cache-ctime-of-src): Properly handle
4701         relative symlinks.
4703 2011-07-28  David Maus  <dmaus@ictsoc.de>
4705         * org-latex.el (org-export-latex-preprocess): Use function
4706         argument instead of dynamically scoped symbol.
4708 2011-07-28  David Maus  <dmaus@ictsoc.de>
4710         * org-freemind.el (org-freemind-convert-links-helper)
4711         (org-freemind-convert-text-p, org-freemind-write-mm-buffer)
4712         (org-freemind-get-node-style): Use org-string-match-p for backward
4713         compatibility with Emacs 22.
4715 2011-07-28  David Maus  <dmaus@ictsoc.de>
4717         * org-html.el (org-export-html-protect-char-alist): Add missing
4718         :group keyword in defcustom.
4720 2011-07-28  David Maus  <dmaus@ictsoc.de>
4722         * ob-haskell.el (org-babel-haskell-export-to-lhs): Call
4723         `kill-buffer' with argument indiciating to kill current
4724         buffer. Emacs 22 compatibility.
4726 2011-07-28  David Maus  <dmaus@ictsoc.de>
4728         * org-macs.el (org-without-partial-completion): Toggle
4729         partial-completion-mode only if it is turned on.
4731 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4733         * org.el (org-add-planning-info): Fix issues with timestamps not
4734         being inserted at the same position.
4736 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4738         * org-table.el (org-table-time-string-to-seconds)
4739         (org-table-time-seconds-to-string): New functions.
4740         (org-table-eval-formula): Implement the "T" (time) flag for
4741         computing durations.
4743 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
4745         * org.el (org-modules): Add org-lparse and org-odt as contrib
4746         modules.
4748 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4750         * org.el (org-fontify-meta-lines-and-blocks-1): Include header
4751         lines.
4752         (org-additional-option-like-keywords): Include data as a synonym
4753         for results.
4755 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4757         * ob.el (org-babel-sha1-hash): Improving code layout and removing
4758         export-variable headers in cache sha1.
4760 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4762         * ob-ref.el (org-babel-ref-goto-headline-id): Don't let `org-id'
4763         rescan all IDs when trying to resolve a reference.
4765 2011-07-28  Julien Barnier  <julien@nozav.org>
4767         * org.el (org-fontify-meta-lines-and-blocks-1): Fix test for src
4768         blocks lang attribute.
4770 2011-07-28  Eric S Fraga  <e.fraga@ucl.ac.uk>
4772         * org-latex.el (org-export-latex-timestamp-inactive-markup): New
4773         option to allow different markup for inactive timestamps.
4775 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4777         * ob-org.el (org-babel-expand-body:org): Implemented this
4778         function, only action is to expand variables.
4779         (org-babel-execute:org): Uses the new body-expansion function.
4781 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4783         * org-list.el (org-list-full-item-re): Allow counter and check-box
4784         to be separated by white spaces.
4785         (org-list-struct-apply-struct): Reflect changes made to
4786         `org-list-full-item-re'.
4788         * org-html.el (org-html-export-list-line): Recognize spaces
4789         between counter and check-boxes as valid.
4791         * org-docbook.el (org-export-docbook-list-line): Ditto.
4793 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4795         * org-list.el (org-list-insert-item): Make sure point is moved to
4796         the specified POS before starting the function.
4798 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4800         * org.el (org-activate-footnote-links): Properly fontify inline
4801         footnotes.
4802         (org-set-font-lock-defaults): Apply changes to previous function.
4804 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4806         * org-footnote.el (org-footnote-at-reference-p): First check if
4807         point is at the beginning of a footnote.  Indeed `org-in-regexp'
4808         first checks backwards and might find an incorrect footnote if
4809         they are side-by-side.
4811 2011-07-28  Michael Brand  <michael.ch.brand@gmail.com>
4813         * org-agenda.el (org-agenda-compact-blocks): Improve docstring.
4814         (org-agenda-block-separator): Add nil to docstring and customization.
4815         (org-prepare-agenda): Skip agenda block separator additionally if
4816         `org-agenda-block-separator' is nil.
4817         (org-agenda-overriding-header): Improve docstring.
4819 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4821         * org.el (org-set-tags): Remove useless
4822         `org-without-partial-completion'.
4824 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4826         * org-footnote.el (org-fill-paragraph): Declare function for the
4827         compiler.
4829 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4831         * ob-ref.el (org-narrow-to-subtree): Declare unknown function.
4833 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4835         * ob.el (org-babel-inline-lob-one-liner-regexp): Declare variable
4836         to appease compiler.
4838 2011-07-28  Michael Markert  <markert.michael@googlemail.com>
4840         * ob.el (org-babel-sha1-hash): Adding optional argument KIND to
4841         all `org-called-interactively-p' function invocations.
4843         * org-agenda.el (org-agenda-redo): Adding optional argument KIND
4844         to all `org-called-interactively-p' function invocations.
4845         (org-agenda-show-1): Adding optional argument KIND to all
4846         `org-called-interactively-p' function invocations.
4847         (org-agenda-set-tags): Adding optional argument KIND to all
4848         `org-called-interactively-p' function invocations.
4850         * org-ascii.el (org-export-as-latin1): Adding optional argument
4851         KIND to all `org-called-interactively-p' function invocations.
4852         (org-export-as-latin1-to-buffer): Adding optional argument KIND to
4853         all `org-called-interactively-p' function invocations.
4854         (org-export-as-utf8-to-buffer): Adding optional argument KIND to all
4855         `org-called-interactively-p' function invocations.
4856         (org-export-region-as-ascii): Adding optional argument KIND to all
4857         `org-called-interactively-p' function invocations.
4859         * org-docbook.el (org-export-region-as-docbook): Adding optional
4860         argument KIND to all `org-called-interactively-p' function
4861         invocations.
4863         * org-html.el (org-export-region-as-html): Adding optional
4864         argument KIND to all `org-called-interactively-p' function
4865         invocations.
4867         * org-latex.el (org-export-region-as-latex): Adding optional
4868         argument KIND to all `org-called-interactively-p' function
4869         invocations.
4871         * org-table.el (org-table-blank-field): Adding optional argument
4872         KIND to all `org-called-interactively-p' function invocations.
4873         (org-table-current-column): Adding optional argument KIND to all
4874         `org-called-interactively-p' function invocations.
4875         (org-table-current-dline): Adding optional argument KIND to all
4876         `org-called-interactively-p' function invocations.
4877         (org-table-sort-lines): Adding optional argument KIND to all
4878         `org-called-interactively-p' function invocations.
4879         (org-table-sum): Adding optional argument KIND to all
4880         `org-called-interactively-p' function invocations.
4881         (org-table-rotate-recalc-marks): Adding optional argument KIND to
4882         all `org-called-interactively-p' function invocations.
4883         (org-table-eval-formula): Adding optional argument KIND to all
4884         `org-called-interactively-p' function invocations.
4885         (orgtbl-send-table): Adding optional argument KIND to all
4886         `org-called-interactively-p' function invocations.
4888         * org.el (org-mode): Adding optional argument KIND to all
4889         `org-called-interactively-p' function invocations.
4890         (org-copy-subtree): Adding optional argument KIND to all
4891         `org-called-interactively-p' function invocations.
4892         (org-paste-subtree): Adding optional argument KIND to all
4893         `org-called-interactively-p' function invocations.
4894         (org-store-link): Adding optional argument KIND to all
4895         `org-called-interactively-p' function invocations.
4896         (org-todo): Adding optional argument KIND to all
4897         `org-called-interactively-p' function invocations.
4898         (org-occur): Adding optional argument KIND to all
4899         `org-called-interactively-p' function invocations.
4901 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4903         * org-footnote.el (org-footnote-action): Offer to create
4904         definition when none is found.
4906 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4908         * org-footnote.el (org-footnote-re): Avoid matching inactive
4909         time-stamps or check-box cookies.
4910         (org-footnote-next-reference-or-definition): Adapt to the new regexp.
4912 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4914         * org-exp.el (org-export-preprocess-string): If the last subtree
4915         is commented, footnotes inserted during normalizing at the end of
4916         the buffer may get deleted. This patch ensures deletion comes
4917         first, normalization second.
4919 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4921         * org-exp.el (org-export-footnotes-data): Change docstring.
4922         (org-export-footnotes-seen): Rename from
4923         org-export-footnotes-markers.
4925         * org-ascii.el (org-export-as-ascii): Apply change.
4927         * org-docbook.el (org-export-as-docbook): Apply change.
4929         * org-footnote.el (org-footnote-normalize): Apply change.
4931         * org-html.el (org-export-as-html): Apply change.
4933         * org-latex.el (org-export-as-latex): Apply change.
4935 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4937         * org-latex.el (org-export-latex-preprocess): Rely on
4938         `org-export-footnotes-markers' to retrieve definition of the
4939         current footnote during export.
4941 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4943         * org-footnote.el (org-footnote-normalize): Remember footnotes
4944         seen so far by the exporter when choosing the new marker.
4946 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4948         * org-footnote.el (org-footnote-normalize): Make use of
4949         `org-footnote-insert-pos-for-preprocessor'.
4951 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4953         * org-footnote.el (org-footnote-normalize): Add `org-footnote'
4954         property to footnote markers when preparing for exportation.
4956         * org-html.el (org-export-as-html): Read new property to decide
4957         when to export a footnote.
4959         * org-docbook.el (org-export-as-docbook): Read new property to
4960         decide when to export a footnote.
4962         * org-latex.el (org-export-latex-preprocess): Ensure footnote at
4963         column 0 cannot end a list containing it by adding
4964         `original-indentation' property to it.
4966 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4968         * org-exp.el (org-export-preprocess-string): Normalize footnotes
4969         before marking lists ending.
4971         * org-latex.el (org-export-latex-preprocess): Work with labels as
4972         strings and not as numbers.
4974 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4976         * org-docbook.el (org-export-docbook-footnote-separator): New
4977         variable.
4978         (org-export-as-docbook): Add a separator between footnotes.
4980         * org-html.el (org-export-html-footnote-separator): New variable.
4981         (org-export-as-html): Add a separator between footnotes.
4983         * org-latex.el (org-export-latex-footnote-separator): New
4984         variable.
4985         (org-export-latex-preprocess): Add a separator between footnotes.
4987 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4989         * org-exp.el (org-export-footnotes-markers)
4990         (org-export-footnotes-data): New variables.
4991         (org-export-preprocess-string): Use a more explicit argument.
4993 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4995         * org-footnote.el (org-footnote-goto-definition): Now, determining
4996         if point is at a footnote reference is entirely determined by
4997         `org-footnote-at-reference-p'. No need to check if pattern isn't
4998         at beginning of the line elsewhere.
5000 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
5002         * org-footnote.el (org-footnote-next-reference-or-definition): New
5003         function.
5005         * org.el (org-activate-footnote-links): Activate the whole
5006         footnote, but only fontify its label.
5008 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
5010         * org-footnote.el (org-footnote-normalize): Make use of changes to
5011         `org-footnote-at-reference-p' and creation of various functions..
5012         Also comment code.
5013         (org-footnote-get-next-reference, org-footnote-delete-references)
5014         (org-footnote-delete-definitions): New functions.
5015         (org-footnote-goto-previous-reference, org-footnote-all-labels)
5016         (org-insert-footnote-reference-near-definition, org-footnote-delete):
5017         Rewrite to use org-footnote-get-next-reference.
5019 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
5021         * org-footnote.el (org-footnote-re): Don't end an inline footnote
5022         at unrelated closing square brackets.
5023         (org-footnote-at-reference-p): Improve accuracy of the function to
5024         determine if point is at a reference and to extract definition of an
5025         inline footnote.
5026         (org-footnote-all-labels, org-footnote-action, org-footnote-delete)
5027         (org-footnote-auto-adjust-maybe): Make use of previous function.
5029 2011-07-28  Bastien Guerry  <bzg@gnu.org>
5031         * org.el (org-deadline, org-schedule):
5032         keep warning cookie when rescheduling/redeadlining.
5033         (org-time-stamp): Fix problem with warning cookie.
5035 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5037         * ob-clojure.el (org-babel-execute:clojure): Force escaping of
5038         clojure source into elisp source.
5040 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5042         * ob.el (org-babel-script-escape): Treats {} in the same manner as
5043         [] and allows for forcing string conversion.
5045 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5047         * org-exp.el (org-export-select-backend-specific-text): Strip
5048         protective commas from literal code blocks.
5050 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5052         * ob-ref.el (org-babel-ref-goto-headline-id): Fix bug.
5054 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5056         * ob-ref.el (org-babel-ref-goto-headline-id): Split out into its
5057         own function.
5058         (org-babel-ref-headline-body): Split out into its own function.
5059         (org-babel-ref-resolve): Using new functions, and alignment.
5061         * ob.el (org-babel-ref-goto-headline-id): Declare function.
5062         (org-babel-ref-headline-body): Declare function.
5063         (org-babel-expand-noweb-references): Now expands noweb references to
5064         headlines during expansion.
5066 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5068         * ob-ref.el (org-babel-ref-resolve): Now resolves references to
5069         headlines by either global or custom id, in which case the
5070         contents of the headline are returned literally.
5072 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5074         * ob-exp.el (org-babel-in-example-or-verbatim): Also check for in
5075         verbatim emphasis.
5076         (org-babel-exp-lob-one-liners): Cleaner checking for escaped call
5077         lines.
5079 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
5081         * org-list.el (org-cycle-item-indentation): Cycling back to
5082         original position deleted any additional information in the item,
5083         like a counter or a tag.
5085 2011-07-28  Pieter Praet  <pieter@praet.org>
5087         * org-crypt.el (org-crypt-disable-auto-save): New defcustom.
5088         (org-decrypt-entry): Before decrypting, check whether
5089         `auto-save-mode' is enabled for the current buffer, and act on it
5090         according to how `org-crypt-disable-auto-save' is set.  Remove
5091         comment re "encrypt[ing] Org auto-saved buffers".  Remove on-init
5092         check for `auto-save-default'.
5094 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5096         * ob.el (org-babel-merge-params): Ensure variable parameters are
5097         not reversed.
5099 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5101         * ob.el (org-babel-insert-result): Fix results insertion for
5102         inline blocks which happen to start a line.
5104 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5106         * ob-exp.el (org-babel-exp-lob-one-liners): Fix the logic checking
5107         if a call line is commented.
5109 2011-07-28  Vincent Belaïche  <vincentb1@users.sourceforge.net>
5111         * org.el (org-read-property-name): Propose default property name.
5113 2011-07-28  Achim Gratz  <stromeko@nexgo.de>
5115         * org.el (org-log-into-drawer): Correct typo.
5117         * org-clock.el (org-clock-into-drawer): New function to change the
5118         location of clock events based on properties CLOCK_INTO_DRAWER or,
5119         as fallback, LOG_INTO_DRAWER, like it is already possible for
5120         state change logs.
5122         * org-clock.el (org-clock-jump-to-current-clock): Add statement to
5123         let clause to bind `org-clock-into-drawer' to result of function
5124         eval.
5126         * org-clock.el (org-clock-find-position): Add statement to let
5127         clause to bind `org-clock-into-drawer' to result of function eval,
5128         change let to let* since the binding is used later in the same
5129         clause.
5131 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5133         * ob-lob.el (require): Ensure 'cl is loaded during compilation so
5134         we can use flet.
5136 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5138         * ob-lob.el (org-babel-lob-get-info): Correctly indent results of
5139         non-inline call lines.
5141 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5143         * ob-exp.el (org-babel-exp-lob-one-liners): Don't export inline
5144         call_ blocks which aren't whitespace padded.
5146 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5148         * ob.el (org-babel-merge-params): Do not reverse variable order,
5149         and be sure to increment variable index as appropriate.
5151 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5153         * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Updated to
5154         successfully match optional trailing header arguments in square
5155         brackets.
5156         (org-babel-lob-get-info): Updated to match the new regexp.
5158 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5160         * ob-lob.el (org-babel-lob-get-info): If the arguments are empty,
5161         then allow them to be so.
5163 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5165         * ob.el (org-babel-merge-params): If variables are not named they
5166         are assigned in order.
5168 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5170         * ob.el: Remove code comment about online documentation.
5172         * ob-exp.el: Remove code comment about online documentation.
5174         * ob-lob.el: Remove code comment about online documentation.
5176 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
5178         * org-exp.el (org-export-format-source-code-or-example): Fix
5179         signature of org-<backend>-format-source-code-or-example function.
5181 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5183         * ob.el (org-babel-sha1-hash): Replace call to
5184         called-interactively-p with backwards-compatible interactive-p.
5186 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5188         * ob-exp.el (org-babel-exp-lob-one-liners): Appropriate
5189         replacement of inline call blocks with their results.
5191 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5193         * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Removing this
5194         trailing space ensures that the insertion of the results looks
5195         nice.
5197         * ob.el (org-babel-insert-result): Insert inline lob line results
5198         as inline results.
5200 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5202         * ob-exp.el (org-babel-exp-lob-one-liners): Calculate length
5203         appropriately given the style (block or inline) of the lob line.
5205         * ob-lob.el (org-babel-block-lob-one-liner-regexp): New regexp
5206         specific for block lob lines.
5207         (org-babel-inline-lob-one-liner-regexp): New regexp specific for
5208         inline lob lines.
5209         (org-babel-lob-one-liner-regexp): Combination of two lob regexps.
5210         (org-babel-lob-get-info): Return info from *either* the block or
5211         inline lob lines.
5213 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5215         * ob-exp.el (org-babel-exp-lob-one-liners): Corrected the
5216         structure of the resulting info list.
5218         * ob-lob.el (org-babel-default-lob-header-args): Export the
5219         results of call lines by default.
5221 2011-07-28  Niels Giesen  <niels.giesen@gmail.com>  (tiny change)
5223         * org-icalendar.el (org-print-icalendar-entries): Add 'uid text
5224         property based on the ID property of the org entry to the first
5225         character of the diary entry.
5227 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
5229         * org-footnote.el
5230         (org-footnote-insert-pos-for-preprocessor): New variable.
5231         (org-footnote-normalize): Use it.
5233 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
5235         * org-exp.el (org-export-format-source-code-or-example):
5236         Simplify.  Also add `org-native-text' as a text property to the
5237         formatted text and throw error for unknown backends.
5239 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
5241         * org-exp.el (org-export-format-source-code-or-example): Add
5242         support for: - custom formatters for existing backends - seamless
5243         plugging in of new backends.
5245 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
5247         * org-exp.el (org-export-backends): New variable.
5248         (org-export-select-backend-specific-text): Use above
5249         variable. Also mark text between #+BACKEND and
5250         #+BEGIN_BACKEND...#+END_BACKEND with org-native-text property.
5251         This text property is currently used only by the new line-oriented
5252         generic exporter (which is not yet part of the repo).
5254 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
5256         * org-exp.el (org-export): Reserve keys 'o' and 'O' for
5257         OpenDocumentText export and bind them to `org-export-as-odt' and
5258         `org-export-as-odt-and-open'.
5260 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5262         * ob-exp.el (org-babel-exp-src-block): Less verbose when in batch
5263         mode.
5265 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5267         * ob-clojure.el (org-babel-execute:clojure): Convert vectors to
5268         lists before reading into emacs-lisp.
5270 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5272         * ob-C.el (ob-tangle): Initialize variable from `ob-tangle'.
5274         * ob-asymptote.el (ob-tangle): Initialize variable from `ob-tangle'.
5276         * ob-awk.el (ob-tangle): Initialize variable from `ob-tangle'.
5278         * ob-clojure.el (ob-tangle): Initialize variable from `ob-tangle'.
5280         * ob-haskell.el (ob-tangle): Initialize variable from `ob-tangle'.
5282         * ob-latex.el (ob-tangle): Initialize variable from `ob-tangle'.
5284         * ob-lisp.el (ob-tangle): Initialize variable from `ob-tangle'.
5286         * ob-ocaml.el (ob-tangle): Initialize variable from `ob-tangle'.
5288         * ob-perl.el (ob-tangle): Initialize variable from `ob-tangle'.
5290         * ob-python.el (ob-tangle): Initialize variable from `ob-tangle'.
5292         * ob-ruby.el (ob-tangle): Initialize variable from `ob-tangle'.
5294         * ob-tangle.el (ob-tangle): Initialize variable from `ob-tangle'.
5296 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5298         * ob-awk.el: New file.
5300 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5302         * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respects
5303         ":results verbatim".
5305 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
5307         * org-agenda.el (org-float): Aliases for `diary-float'.
5309 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5311         * ob-python.el (org-babel-python-evaluate-session): Send
5312         comint-send-input after every line when interacting with an
5313         interactive python process.
5315 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
5317         * org-list.el (org-reset-checkbox-state-subtree): Make the command
5318         more robust, and correctly update check-boxes in the whole
5319         sub-tree.
5320         (org-update-checkbox-count): Fix bug accumulating count of checkboxes
5321         when walking a subtree.
5322         (org-update-checkbox-count-maybe): Add an optional argument passed to
5323         org-update-checkbox-count.
5325 2011-07-28  Ted Zlatanov  <tzz@lifelogs.com>
5327         * org.el (org-fontify-meta-lines-and-blocks): Ignore errors.
5329 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5331         * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respect the
5332         ":results scalar" header argument combination.
5334 2011-07-28  Dan Davison  <dandavison7@gmail.com>
5336         * org-src.el: Append a space character to copied text so that the
5337         final text property change is picked up correctly.
5339 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5341         * ob-tangle.el (org-babel-tangle-file): Use the new argument list
5342         to org-babel-tangle.
5343         (org-babel-tangle): Now when called with a prefix argument, only the
5344         current code block is tangled.
5346 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
5348         * org-list.el (org-list-parse-list): Replace transitional
5349         check-boxes with "[CBTRANS]" string during parsing.
5350         (org-list-to-generic): Use the new property `:cbtrans' to configure
5351         export string for transitional check-boxes.
5353 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
5355         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
5356         Use stable internal `org-anniversary' instead of
5357         diary-anniversary.
5358         (org-class): New function.
5359         (org-diary-class): Use `org-class'.
5360         (org-anniversary, org-cyclic, org-date, org-block): New functions.
5362 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5364         * ob.el (org-babel-header-arg-names): Adding noweb-ref to the list
5365         of header argument names.
5367 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5369         * ob.el (org-babel-expand-noweb-references): Concatenating all
5370         bodies with the appropriate name or :noweb-ref header argument.
5372 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
5374         * org.el (org-find-dblock, org-clocktable-try-shift): Make regexp
5375         work also when #+begin line is indentex.
5377 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5379         * ob.el (org-babel-src-block-regexp): Babel: code block may have
5380         empty bodies.
5382 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5384         * org-macs.el (org-without-partial-completion): Avoid calling by
5385         name a function unknown to the compiler but explicitly checked by
5386         program logic.
5388 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5390         * org-mouse.el (org-agenda-earlier): Declaring previously unknown
5391         function.
5392         (org-agenda-later): Declaring previously unknown function.
5393         (org-agenda-mode-map): Declaring previously unknown variable.
5395         * org.el (org-read-date-analyze): Explicitly ignore the return
5396         value of a function.
5398 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5400         * org-agenda.el (org-agenda-mode): Globally replace
5401         buffer-substring-filters with filter-buffer-substring-functions.
5403         * org-indent.el (org-indent-mode): Globally replace
5404         buffer-substring-filters with filter-buffer-substring-functions.
5406 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5408         * org-ascii.el (org-export-as-ascii): Replacing '(λ...) with
5409         #'(λ...).
5411         * org-attach.el: Replacing '(λ...) with #'(λ...).
5412         (org-attach-commit): Replacing '(λ...) with #'(λ...).
5414         * org-exp.el: Replacing '(λ...) with #'(λ...).
5415         (org-export-handle-include-files): Replacing '(λ...) with #'(λ...).
5417         * org-html.el: Replacing '(λ...) with #'(λ...).
5418         (org-export-as-html): Replacing '(λ...) with #'(λ...).
5420         * org-mouse.el: Replacing '(λ...) with #'(λ...).
5421         (org-mouse-popup-global-menu): Replacing '(λ...) with
5422         (org-mode-hook): Replacing '(λ...) with #'(λ...).
5423         (org-agenda-mode-hook): Replacing '(λ...) with #'(λ...).
5425         * org-src.el: Replacing '(λ...) with #'(λ...).
5426         (org-src-mode-configure-edit-buffer): Replacing '(λ...) with #'(λ...).
5428         * org-table.el: Replacing '(λ...) with #'(λ...).
5429         (org-table-fix-formulas-confirm): Replacing '(λ...) with #'(λ...).
5431         * org.el: Replacing '(λ...) with #'(λ...).
5432         (org-confirm-shell-link-function): Replacing '(λ...) with
5433         (org-category): Replacing '(λ...) with #'(λ...).
5435 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5437         * org.el (mailcap-parse-mailcaps): Declaring functions used by
5438         `org-open-file'.
5439         (mailcap-extension-to-mime): Declaring functions used by
5440         `org-open-file'.
5441         (mailcap-mime-info): Declaring functions used by `org-open-file'.
5443 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5445         * org-agenda.el (org-agenda-redo): Replacing call to now-defunct
5446         function `interactive-p'.
5447         (org-agenda-show-1): Replacing call to now-defunct function
5448         `interactive-p'.
5449         (org-agenda-set-tags): Replacing call to now-defunct function `interactive-p'.
5451         * org-ascii.el: Replacing call to now-defunct function
5452         `interactive-p'.
5453         (org-export-as-latin1): Replacing call to now-defunct function
5454         `interactive-p'.
5455         (org-export-as-latin1-to-buffer): Replacing call to now-defunct
5456         function `interactive-p'.
5457         (org-export-as-utf8): Replacing call to now-defunct function
5458         `interactive-p'.
5459         (org-export-as-utf8-to-buffer): Replacing call to now-defunct function
5460         `interactive-p'.
5461         (org-export-region-as-ascii): Replacing call to now-defunct
5462         function `interactive-p'.Replacing call to now-defunct function
5463         `interactive-p'.
5465         * org-docbook.el: Replacing call to now-defunct function
5466         `interactive-p'.
5467         (org-export-region-as-docbook): Replacing call to now-defunct
5468         function `interactive-p'.Replacing call to now-defunct function
5469         `interactive-p'.
5471         * org-html.el: Replacing call to now-defunct function
5472         `interactive-p'.
5473         (org-export-region-as-html): Replacing call to now-defunct
5474         function `interactive-p'.Replacing call to now-defunct function
5475         `interactive-p'.
5477         * org-latex.el: Replacing call to now-defunct function
5478         `interactive-p'.
5479         (org-export-region-as-latex): Replacing call to now-defunct
5480         function `interactive-p'.Replacing call to now-defunct function
5481         `interactive-p'.
5483         * org-macs.el: Replacing call to now-defunct function
5484         `interactive-p'.
5485         (org-called-interactively-p): Replacing call to now-defunct
5486         function `interactive-p'.Replacing call to now-defunct function
5487         `interactive-p'.
5489         * org-table.el: Replacing call to now-defunct function
5490         `interactive-p'.
5491         (org-table-blank-field): Replacing call to now-defunct function
5492         `interactive-p'.
5493         (org-table-current-column): Replacing call to now-defunct function
5494         `interactive-p'.Replacing call to now-defunct function
5495         `interactive-p'.
5496         (org-table-current-dline): Replacing call to now-defunct function
5497         `interactive-p'.Replacing call to now-defunct function
5498         `interactive-p'.
5499         (org-table-sort-lines): Replacing call to now-defunct function
5500         `interactive-p'.
5501         (org-table-sum): Replacing call to now-defunct function
5502         `interactive-p'.
5503         (org-table-rotate-recalc-marks): Replacing call to now-defunct
5504         function `interactive-p'.
5505         (org-table-eval-formula): Replacing call to now-defunct function
5506         `interactive-p'.
5507         (orgtbl-send-table): Replacing call to now-defunct function `interactive-p'.
5509         * org.el: Replacing call to now-defunct function `interactive-p'.
5510         (org-mode): Replacing call to now-defunct function
5511         `interactive-p'.
5512         (org-copy-subtree): Replacing call to now-defunct function
5513         `interactive-p'.
5514         (org-paste-subtree): Replacing call to now-defunct function
5515         `interactive-p'.
5516         (org-store-link): Replacing call to now-defunct function
5517         `interactive-p'.
5518         (org-todo): Replacing call to now-defunct function `interactive-p'.
5519         (org-occur): Replacing call to now-defunct function `interactive-p'.
5521 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5523         * ob-R.el (ess-local-process-name): This variable wasn't known to
5524         be defined.
5526         * ob-lisp.el (org-babel-lisp-dir-fmt): This defcustom now has a
5527         group specified.
5529         * ob-tangle.el (org-bracket-link-regexp): This variable wasn't
5530         known to be defined.
5531         (org-babel-tangle-combine-named-blocks): Roll my own version of a
5532         forbidden common lisp function.
5534         * ob.el (org-babel-sha1-hash): Using a non-deprecated version of
5535         called-interactively.
5537 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5539         * org-latex.el (org-export-latex-tables): Check for the
5540         "multiline" option and set the `floatp' option to true when
5541         multicolumn tables are requested.
5543 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
5545         * org-html.el (org-export-as-html, org-html-level-start): Only
5546         convert section number underscores to dashes.
5548 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
5550         * org-agenda.el (org-agenda-bulk-action): Fix bug caused by
5551         `days-to-time, converting relative to 1 BC, while the code assumed
5552         it would return a time relative to 1970.
5554 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5556         * ob-tangle.el (org-babel-tangle-combine-named-blocks): No longer
5557         inserting newlines between appended code blocks.
5559 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5561         * ob-exp.el: We may no longer need to export names along with code
5562         blocks.
5564 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5566         * org-exp-blocks.el (org-export-blocks-preprocess): Ensure
5567         balanced nested begin/end blocks in block bodies.
5569 2011-07-28  Dan Davison  <dandavison7@gmail.com>
5571         * org-latex.el: Add -shell-escape to pdflatex commands.
5573 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5575         * ob-tangle.el (org-babel-tangle-named-block-combination): Block
5576         combination can now take a number of values.
5577         (org-babel-tangle-combine-named-blocks): More sophisticated block
5578         combination behavior.
5580 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5582         * ob-tangle.el (org-babel-tangle-do-combine-named-blocks): Switch
5583         to turn on the combination of code blocks of the same name.
5584         (org-babel-tangle-combine-named-blocks): Combine blocks of the same
5585         name.
5587 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5589         * ob-ruby.el (xmp): Declaring this function to appease the
5590         compiler.
5591         (org-babel-execute:ruby): "xmp" result option for outputting
5592         annotated source code.
5594 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>  (tiny change)
5596         * org-list.el (org-list-to-latex): The enumerate environment in
5597         latex increments the counter before using it.  Therefore, org-mode
5598         should set the enumeration counter to the desired value minus one.
5600 2011-07-28  Michael Brand  <michael.ch.brand@gmail.com>  (tiny change)
5602         * org.el (org-toggle-heading): More comments and fix number of
5603         stars when toggling from list items.
5605 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
5607         * org-taskjuggler.el (org-taskjuggler-clean-effort): Handle any
5608         effort that is accepted by `org-duration-string-to-minutes´.
5610 2011-07-28  Julien Barnier  <julien@nozav.org>
5612         * ob-sh.el (org-babel-sh-evaluate): When sending input to comint,
5613         wait until previous line execution is finished.
5615         * ob-comint.el (org-babel-comint-with-output): When looking for
5616         end-of-evaluation indicator, search forward for the indicator
5617         before searching forward for the prompt.
5619 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
5621         * org-entities.el (org-entities): Fix HTML entity for degree.
5623 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
5625         * org.el (org-auto-align-tags): Change docstring.
5626         (org-update-parent-todo-statistics): Keep tags aligned even when
5627         statistics cookies are shifting them.
5629         * org-list.el (org-update-checkbox-count): Keep tags aligned even
5630         when statistics cookies are shifting them.
5632 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
5634         * ob.el (org-babel-sha1-hash): Don't modify info argument by
5635         side-effect when sorting result-params list.
5637 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
5639         * ob.el (org-babel-result-regexp): Use non-shy group around
5640         `org-babel-data-names'.
5642 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
5644         * org.el (org-insert-link): Set truncate-line in the *Org Link*
5645         buffer and make sure that it really is set there.
5647 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5649         * ob-lisp.el (org-babel-lisp-dir-fmt): Defcustom for use in
5650         changing how/if the current directory is represented to lisp code.
5651         (org-babel-execute:lisp): More general handling of the default
5652         directory value.
5654 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5656         * ob-lisp.el (org-babel-execute:lisp): Setting the value of
5657         *default-pathname-defaults* to either the value of the :dir header
5658         argument or the directory of the containing Org-mode file.
5660 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5662         * ob-lisp.el (org-babel-execute:lisp): No real functional change,
5663         just aesthetic.
5665 2011-07-28  Sébastien Delafond  <sdelafond@gmail.com>  (tiny change)
5667         * org.el (org-mode-flyspell-verify): This is useful when using
5668         flyspell with a non-English dictionary, or if some of your
5669         keywords are in another language.
5671 2011-07-28  David Maus  <dmaus@ictsoc.de>
5673         * org-exp.el (org-export): Use new compatibility function
5674         `org-activate-mark'.
5676         * org-compat.el (org-activate-mark): New function. Provide
5677         `activate-mark' if not present (e.g. Emacs 22).
5679 2011-07-28  David Maus  <dmaus@ictsoc.de>
5681         * org-table.el (org-table-follow-field-mode): Declare variable to
5682         keep byte compiler happy.
5684 2011-07-28  David Maus  <dmaus@ictsoc.de>
5686         * org-footnote.el (org-id-uuid): Declare function, silence byte
5687         compiler.
5689 2011-07-28  David Maus  <dmaus@ictsoc.de>
5691         * org-bibtex.el (org-bibtex-headline): Don't use equalp at
5692         run-time, compare downcased strings.
5694 2011-07-28  David Maus  <dmaus@ictsoc.de>
5696         * org-bibtex.el (org-id-locations): Declare variable to silence
5697         byte compiler.
5699 2011-07-28  David Maus  <dmaus@ictsoc.de>
5701         * org-id.el (org-id-locations): Fix docstring, remove reference to
5702         non-existent option.
5704 2011-07-28  David Maus  <dmaus@ictsoc.de>
5706         * org.el (org-self-insert-command): Use `delete-char' instead of
5707         `delete-backward-char'.
5709         * org-table.el (orgtbl-self-insert-command): Ditto.
5711 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
5713         * org-latex.el (org-export-latex-special-chars): Save match data
5714         when checking for table.el table.
5716 2011-07-28  David Maus  <dmaus@ictsoc.de>
5718         * org.el (org-re-property): Move before its first use.
5720 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
5722         * org-latex.el (org-export-latex-preprocess): Add
5723         `original-indentation' property to footnotes so they cannot
5724         possibly end a list by being less indented than the item they
5725         belong to.
5727 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5729         * ob-lisp.el (org-babel-expand-body:lisp): No longer wraps biddies
5730         in `progn'.
5731         (org-babel-execute:lisp): Wraps bodies in `progn' as they are passed
5732         to swank.
5734 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
5736         * org-clock.el (org-clocktable-write-default): Implement adding
5737         property columns to the clock table.
5739 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
5741         * org.el (org-toggle-item): Move parenthesis to correct location.
5743 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
5745         * org.el (org-default-priority):
5746         (org-priority-start-cycle-with-default): Improve docstring.
5747         (org-priority): Throw error when priority is out of range.
5749 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
5751         * org.el (org-self-insert-command): Catch the case of
5752         `buffer-undo-list' eq t.
5754 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
5756         * org.el (org-toggle-heading): Region should be considered as made
5757         of full lines, without the last one if region-end is at bol.
5758         Removed unused variables.  Refactored and commented code.
5760 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
5762         * org.el (org-toggle-item): When region includes an headline less
5763         indented than first one, set it as the new reference.
5765 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
5767         * org-list.el (org-list-to-subtree): If the list is before first
5768         heading and `org-odd-levels-only' is non-nil, the first item gets
5769         two stars instead of one.
5771         * org.el (org-reduced-level): A level of 0 was reduced to 1 with
5772         `org-odd-levels-only' non-nil.
5774 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
5776         * org.el (org-toggle-item): Converting an heading to an item would
5777         sometimes insert unnecessary spaces before it, and unwanted space
5778         with `org-indent-mode' on.  Changing some text into an item
5779         wouldn't always preserve indentation.
5781 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
5783         * org-capture.el (org-capture-current-plist): Improve docstring.
5784         (org-capture-put): Add docstring.
5785         (org-capture-get): Add docstring.
5786         (org-capture-member): Add LOCAL argument.  Add docstring.
5787         (org-capture-set-target-location): Store the time received from a
5788         date prompt into the :prompt-time property.
5790 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
5792         * org-exp.el (org-export-mark-list-properties): Even if context is
5793         invalid, mark list item with `list-context' property.
5795         * org-list.el (org-list-forbidden-blocks): Add exporters specific
5796         blocks to the list of forbidden blocks.
5798 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
5800         * org-list.el (org-sort-list): Function tries to intern
5801         getkey-func before it is defined, so it's always nil.
5803 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5805         * org.el (org-babel-load-languages): Adding ob-awk to the list of
5806         executable languages.
5808 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
5810         * org-table.el (org-table-get-field): Make sure the new field
5811         content is at least one space character.
5813 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
5815         * org-crypt.el: Check for `daemonp' before using it.
5817 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5819         * ob-sh.el (ob-ref): Uses `ob-ref' to resolve the value of the
5820         :stdin header argument.
5821         (org-babel-execute:sh): Use the :stdin header argument.
5822         (org-babel-sh-var-to-sh): Split the bulk of this function off into a
5823         new sub-function.
5824         (org-babel-sh-var-to-string): New function for converting elisp
5825         values to strings that make sense for parsing with sh.
5826         (org-babel-sh-evaluate): Adding "stdin" option to session and
5827         external evaluation options.
5829 2011-07-28  Roland Kaufmann  <rlndkfmn+orgmode@gmail.com>  (tiny change)
5831         * org-exp.el (org-remove-formatting-on-newlines-in-region): New
5832         function.
5833         (org-export-format-source-code-or-example): Call
5834         `org-remove-formatting-on-newlines-in-region'.
5836 2011-07-28  David Maus  <dmaus@ictsoc.de>
5838         * org.el (org-entry-put): Prevent adding of extra space to value
5839         if property already exists.
5841 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
5843         * org-html.el (org-export-as-html): Don't expand non-data lines of
5844         table.el tables.
5845         (org-html-expand): Removed the (buggy) test for non-data lines
5846         in table.el tables. The test is now done as part of
5847         org-export-as-html.
5848         (org-format-table-table-html-using-table-generate-source):
5849         Added test for spanning of cells in table.el tables using
5850         table.el's own library routine. Optionlly Suppress export of
5851         simple table.el tables.
5852         (org-format-table-html): Removed the (buggy) test for spanned
5853         table.el tables. The test is now done as part of
5854         org-format-table-table-html-using-table-generate-source.
5856 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
5858         * org-latex.el (org-export-latex-special-chars): Do nothing in
5859         table.el tables.
5861 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
5863         * org-capture.el (org-capture): Ignore errors when creating a
5864         link.
5866 2011-07-28  Nick Dokos  <nick@dokosmarshall.org>  (tiny change)
5868         * org-exp.el (org-export-define-heading-targets): Use dash instead
5869         of underscore to make labels valid.
5871 2011-07-28  Dan Davison  <dandavison7@gmail.com>
5873         * ob-R.el (org-babel-R-write-object-command): Ensure that all data
5874         is written to the results file before Emacs notices that the file
5875         exists.
5877 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5879         * ob-exp.el (org-babel-exp-code): Remove usage of a macro which is
5880         defined locally on my system, but not globally in Emacs.
5882 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5884         * ob-exp.el (org-babel-exp-do-export): Use `org-babel-exp-code' to
5885         generate code block output.
5886         (org-babel-exp-code): Re-create the code block body for exporting
5887         source code.
5889 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
5891         * org.el (org-read-date): Bury Calendar buffer after using it for
5892         selecting a date.
5894 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
5896         * org-list.el (org-list-separating-blank-lines-number): Fix
5897         confusion between point and item beginning.  Now, if no
5898         information is available, truly follow user preference when it
5899         inserts blank lines manually.
5900         (org-list-insert-item): Send correct argument to the preceding
5901         function.
5903 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5905         * ob.el (org-babel-src-block-regexp): Keep the now-mandatory
5906         newline inside of the code block body.
5908 2011-07-28  Sean O'Halpin  <sean.ohalpin@gmail.com>  (tiny change)
5910         * ob.el: Avoid spurious matches to literal.
5912 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
5914         * org.el (org-indent-line-function): Don't include #+include
5915         lines.
5917 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5919         * ob-keys.el (org-babel-key-bindings): Adding key sequence for
5920         org-babel-check-src-block.
5922         * ob.el (org-babel-expand-src-block): Fit within 80 cols.
5923         (org-babel-edit-distance): Returns the edit distance of two
5924         strings.
5925         (org-babel-check-src-block): Check a code block for errors.
5927 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
5929         * org-capture.el (org-capture-templates): Fix bug in customization
5930         setup.
5932 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
5934         * org-table.el
5935         (org-table-exit-follow-field-mode-when-leaving-table): New option.
5936         (org-table-check-inside-data-field): New optional argument
5937         `noerror'.  When set, the function will only return nil instead of
5938         throwing an error.
5939         (org-table-edit-field): Interpret double prefix argument, and improve
5940         the properties of the editing window.
5941         (org-table-follow-field-mode): New minor mode.
5942         (org-table-follow-fields-with-editor): New function.
5944 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
5946         * org-agenda.el (org-agenda-get-todos): Call `org-agenda-skip'
5947         first, then check if timestamps cause exclusion.
5949         * org.el (org-scan-tags): Call `org-agenda-skip' first, then check
5950         if timestamps cause exclusion.
5952 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
5954         * org-list.el (org-list-full-item-re): Allow description term to
5955         have a newline character after the colons.
5957 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
5959         * org-list.el (org-sort-list): No longer ignore with-case
5960         argument: the function sorted case-sensitively, regardless of
5961         argument.
5963 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5965         * ob-ref.el (org-babel-ref-resolve): Using the new result regexp.
5967         * ob.el (org-babel-data-names): Configurable list of names of
5968         data.
5969         (org-babel-result-regexp): Using new results regexp.
5971 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
5973         * org.el (org-special-properties): Add CLOCKSUM to the special
5974         properties.
5976 2011-07-28  Robert P. Goldman  <rpgoldman@real-time.com>  (tiny change)
5978         * ob-exp.el (org-babel-exp-in-export-file): Bind
5979         `org-link-search-inhibit-query' to t to inhibit prompts.
5981 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
5983         * org-exp.el (org-export-add-options-to-plist): Use the right
5984         match group.
5986 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
5988         * org-latex.el (org-export-latex-preprocess): Protect index string.
5990 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
5992         * org-latex.el (org-export-latex-preprocess): Pipe index entries
5993         through `org-export-latex-fontify-headline'.
5995 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
5997         * org-exp.el (org-export-add-options-to-plist): Fix the option
5998         parser.
6000 2011-07-28  Robert P. Goldman  <rpgoldman@real-time.com>  (tiny change)
6002         * org-latex.el (org-export-latex-preprocess): Replace index
6003         entries.
6005 2011-07-28  Robert P. Goldman  <rpgoldman@real-time.com>  (tiny change)
6007         * org.el (org-structure-template-alist): Add an easy template for
6008         index (i), and move include file to I from i.
6010 2011-07-28  Matt Lundin  <mdl@imapmail.org>
6012         * org-agenda.el (org-agenda-open-link): Pass entire text of agenda
6013         line to `org-offer-links-in-entry'.
6015 2011-07-28  Matt Lundin  <mdl@imapmail.org>
6017         * org-bibtex.el (org-bibtex-search): New function.
6018         (org-bibtex-export-to-kill-ring): New function.  Export to kill
6019         ring.
6020         (org-bibtex-create-in-current-entry): New function
6021         (org-bibtex-create): Make it easier to add bib fields to an
6022         existing headline.
6023         (org-bibtex-export-arbitrary-fields)
6024         (org-bibtex-treat-headline-as-title): Fix typos
6025         (org-bibtex-fleshout): Don't upcase optional field; remove ":"
6026         from type completion.
6028 2011-07-28  Matt Lundin  <mdl@imapmail.org>
6030         * org-bibtex.el (org-bibtex-treat-headline-as-title): New
6031         defcustom.
6032         (org-bibtex-headline): Only use headline text (not TODO or other
6033         metadata) to generate title field and auto key.
6034         (org-bibtex-fleshout): Allow user to choose whether to treat
6035         headline as title.
6037 2011-07-28  Tom Dye  <tsd@tsdye.com>
6039         * org-bibtex.el: Added crossref field to other fields.
6041 2011-07-28  Tom Dye  <tsd@tsdye.com>
6043         * org-bibtex.el: Add crossref option to incollection.
6045 2011-07-28  Matt Lundin  <mdl@imapmail.org>
6047         * org-bibtex.el (org-bibtex-headline): Don't export TYPE property
6048         as field.
6050 2011-07-28  Matt Lundin  <mdl@imapmail.org>
6052         * org-bibtex.el (org-bibtex-key-property): When storing key in ID,
6053         warn if a duplicate ID is generated.
6055 2011-07-28  Matt Lundin  <mdl@imapmail.org>
6057         * org-bibtex.el (org-bibtex-tags): New variable.
6058         (org-bibtex-tags-are-keywords): New variable.
6059         (org-bibtex-no-export-tags): New variable.
6060         (org-bibtex-headline): Export tags as comma-separated bibtex
6061         keywords.
6062         (org-bibtex-read): Import bibtex keywords field as tags.
6064 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
6066         * org-publish.el (org-publish-find-date): Optimization.
6068 2011-07-28  Tassilo Horn  <tassilo@member.fsf.org>
6070         * org-gnus.el (org-gnus-follow-link): Don't request scan of group
6071         when following link.
6073 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
6075         * org-publish.el (org-publish-project-alist): Document new
6076         :sitemap-sans-extension property.
6077         (org-publish-org-sitemap): Use new `sitemap-sans-extension'
6078         setting.
6080 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
6082         * org.el (org-remove-uninherited-tags): Renamed from
6083         `org-remove-iniherited-tags'.
6084         (org-scan-tags): Fix typo in function call.
6085         (org-get-tags-at): Fix typo in function call.
6087 2011-07-28  Matt Lundin  <mdl@imapmail.org>
6089         * org.el (org-get-tags-at): Don't include filetags if local is t.
6091 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
6093         * ob-clojure.el (org-babel-expand-body:clojure): Qualify pp
6094         dispatch functions, wrap body in `(do )'.
6096 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
6098         * org.el (org-fontify-meta-lines-and-blocks): Fix bug which
6099         resulted in the creation of multiple overlays in src blocks.
6101 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
6103         * ob-clojure.el (org-babel-execute:clojure): If results are not
6104         readable by lisp, then return them as a string.
6106 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
6108         * org-bibtex.el (org-bibtex): Now prompts for a file name.
6110 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
6112         * org-bibtex.el (org-bibtex-create): Adding prefix argument which
6113         will result in prompting for optional fields.
6115 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
6117         * org-bibtex.el (org-bibtex-headline): Renamed flet function `get'
6118         which was causing compile problems.
6119         (org-bibtex-fleshout): Renamed flet function `get' which was causing
6120         compile problems.
6121         (org-bibtex-write): Renamed flet function `get' which was causing
6122         compile problems.
6124 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
6126         * org-taskjuggler.el (org-taskjuggler-clean-id): Make sure an id
6127         never starts with a number.
6129 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
6131         * org-bibtex.el (org-bibtex-export-arbitrary-fields): New option.
6132         (org-bibtex-key-property): New option.
6133         (org-bibtex-put): Make use of new `org-bibtex-key-property'
6134         variable.
6135         (org-bibtex-headline): Make use of new
6136         `org-bibtex-export-arbitrary-fields' and `org-bibtex-key-property'
6137         variables.
6138         (org-bibtex-autokey): Make use of new `org-bibtex-key-property'
6139         variable.
6140         (org-bibtex-fleshout): Make use of new `org-bibtex-key-property'
6141         variable.
6142         (org-bibtex-write): Make use of new `org-bibtex-key-property'
6143         variable.
6145 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
6147         * org-bibtex.el: Updating Copyright dates, author information,
6148         commentary and history notes.
6149         (org-bibtex-types): List of bibtex types with descriptions and
6150         required and optional fields.
6151         (org-bibtex-fields): List of bibtex fields with descriptions.
6152         (*org-bibtex-entries*): Special variable to hold parsed bibtex
6153         entries.
6154         (org-bibtex-autogen-keys): Custom variable controlling whether
6155         bibtex keys are automatically generated
6156         (org-bibtex-prefix): Custom variable allowing use of optional prefix
6157         for bibtex properties in Org-mode headlines.
6158         (org-bibtex-get): Helper function for accessing bibtex elements of a
6159         property list.
6160         (org-bibtex-put): Helper function for inserting bibtex element into
6161         a property list.
6162         (org-bibtex-headline): Return a bibtex entry of the given headline
6163         as a string.
6164         (org-bibtex-ask): Prompt the user to fill in the value of a bibtex
6165         field.
6166         (org-bibtex-autokey): Generate a bibtex key for the current
6167         headline.
6168         (org-bibtex-fleshout): Fill in missing bibtex properties of the
6169         current headline.
6170         (org-bibtex): Export the current Org-mode buffer to a bibtex buffer.
6171         (org-bibtex-check): Check that all bibtex properties are present in
6172         the current headline.
6173         (org-bibtex-check-all): Check all headlines in the current buffer.
6174         (org-bibtex-create): Create a new bibtex headline at the current
6175         level.
6176         (org-bibtex-read): Read the current bibtex entry from a bibtex file.
6177         (org-bibtex-write): Write the most recently read bibtex entry into
6178         an Org-mode file.
6180 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
6182         * org-agenda.el (org-agenda-clock-consistency-checks): Allow to
6183         set properties.
6184         (org-agenda-show-clocking-issues): Handle faces.
6186 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
6188         * ob-ditaa.el (org-babel-default-header-args:ditaa): Specify utf8
6189         content by default with "-Dfile.encoding=UTF-8".
6191 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
6193         * ob-ditaa.el (org-babel-execute:ditaa): New ":java" header
6194         argument.
6196 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
6198         * org-exp.el (org-export-preprocess-string): Mark list end before
6199         expanding macros.  Thus, a macro inside a list and containing
6200         blank lines cannot break the list structure.
6201         (org-export-preprocess-apply-macros): Multi-lines macros get
6202         indented with the same indentation as the first line.  Thus, we
6203         are sure that every line belongs to the same list as the first
6204         line, if such list exists.  Also add comments in code.
6206 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
6208         * org-agenda.el (org-agenda-clock-consistency-checks): New option.
6209         (org-agenda-list): Handle display change to clock check.
6210         (org-agenda-get-progress): Show only clock entries if we are doing
6211         the consistency check.
6212         (org-agenda-show-clocking-issues): New function.
6213         (org-agenda-check-clock-gap): New function.
6214         (org-agenda-view-mode-dispatch): Offer consistency check.
6215         (org-agenda-log-mode): Handle switch to clock only display.
6216         (org-agenda-set-mode-name): Show lighter for Clockcheck.
6218         * org.el (org-hh:mm-string-to-minutes): Accept an integer argument
6219         and return it unchanged.
6221 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
6223         * org-list.el (org-list-struct): When walking down the list, the
6224         function would not pay attention to drawers or blocks indentation.
6225         Thus, such constructs couldn't consistently end an item or a list.
6226         This patch ensures line indentation is stored (if applicable)
6227         before skipping them. Also fixed doc-string and comments.
6229 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
6231         * org-exp.el (org-export): Add EXPORT_FILE_NAME to the enclosing
6232         tree properties.
6234 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
6236         * org-exp.el (org-export): Define a bound for finding enclosing
6237         tree with class/title definition.
6239 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
6241         * org-exp.el (org-export): Go to next heading before searching
6242         backward, so make this also work if we are on the headline of the
6243         entry with the property.
6245 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
6247         * org.el (org-promote):
6248         (org-demote): Soften the previous change, by only removing the
6249         flyspell function from after-change functions, because that was
6250         the one causing the slowdown - at least much of it.
6252 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
6254         * org.el (org-promote, org-demote): Turn off
6255         after-change-functions to speed up the reindentation of text.
6257 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
6259         * ob-ocaml.el (org-babel-ocaml-read-list): Use
6260         `org-babel-script-escape'.
6261         (org-babel-ocaml-read-array): Use `org-babel-script-escape'.
6263 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
6265         * org-html.el (org-html-handle-links): Add an alternate for inline
6266         images.
6268 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
6270         * org-agenda.el (org-agenda-bulk-action): Do not use the entries
6271         variable before it is defined.
6273 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
6275         * org-src.el (org-src-lang-modes): Added a language alias of "C"
6276         to "c".
6278 2011-07-28  Shaun Johnson  <shaun@slugfest.demon.co.uk>  (tiny change)
6280         * ob-tangle.el (org-babel-tangle): Make it work in an indirect
6281         buffer.
6283 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
6285         * org-html.el (org-html-make-link): Correct a bug in coderef link.
6287 2011-07-28  Bernt Hansen  <bernt@norang.ca>
6289         * org-agenda.el (org-agenda-filter-by-tag): Fix variable name
6290         typo.
6292 2011-07-28  Bernt Hansen  <bernt@norang.ca>
6294         * org-agenda.el (org-agenda-get-timestamps): Fix agenda display
6295         when headlines are missing.
6297 2011-07-28  Bastien Guerry  <bzg@gnu.org>
6299         * org-mobile.el (org-mobile-push): Move call to hook, make it the
6300         first thing of the push operation.
6302 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
6304         * ob.el (org-babel-params-from-buffer): Now looking for header
6305         arguments in #+Properties: as well as #+Babel:.  Also, we're no
6306         longer caching these results into a file local variable.
6308 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
6310         * ob-python.el (org-babel-python-evaluate-external-process): Allow
6311         parsing as a table in the case of ":results output table".
6312         (org-babel-python-evaluate-session): Allow parsing as a table in
6313         the case of ":results output table".
6315 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
6317         * org-agenda.el (org-agenda-bulk-action): Allow bulk scatter in
6318         all possible agenda views.  Use `org-agenda-schedule' instead of
6319         `org-agenda-date-later'.
6321 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
6323         * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Now supports
6324         ":results output".
6326 2011-07-28  Julien Danjou  <julien@danjou.info>
6328         * org.el (org-entry-get, org-entry-delete, org-entry-put)
6329         (org-property-values, org-delete-property-globally): Use
6330         `org-re-property'.
6331         (org-re-property): New function allowing to build a regexp to
6332         match a property.
6334 2011-07-28  Julien Danjou  <julien@danjou.info>
6336         * org.el (org-property-values): Enhance docstring.
6338 2011-07-28  Ethan Ligon  <ligon@are.berkeley.edu>  (tiny change)
6340         * org-html.el (org-html-export-list-line): Fix regexp for
6341         detecting description lists to allow "::" marker to be last
6342         visible element at end of line.
6343         * org-docbook.el (org-docbook-export-list-line): Fix regexp for
6344         detecting description lists to allow "::" marker to be last
6345         visible element at end of line.
6347 2011-07-28  Julien Danjou  <julien@danjou.info>
6349         * org-table.el (org-table-cleanup-narrow-column-properties): Use
6350         point-min rather than 1 when moving in the buffer.
6352 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
6354         * org-list.el (org-list-in-valid-context-p): Renamed from
6355         `org-list-in-valid-block-p'.
6356         (org-at-item-p,org-list-search-generic): Use renamed function.
6358 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
6360         * org.el (org-set-font-lock-defaults): Be more strict when
6361         recognizing description items, and do not fontify wrong cases
6362         like: "- term ::description" or "1. term :: description".
6364 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
6366         * org-latex.el: Pay attention to end of footnote.  Before closing
6367         the command, ensure that list is properly closed or that last link
6368         is separated from the curly brace.
6370 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
6372         * org.el (org-indent-line-function): Footnote definition must stay
6373         at column 0 to be recognized as such.  Body below can have normal
6374         indentation, so it should ignore its definition when computing
6375         indentation.
6377 2011-07-28  Bastien Guerry  <bzg@gnu.org>
6379         * org-protocol.el (org-protocol-remember, org-protocol-capture):
6380         More appropriate message.
6382 2011-07-28  Bastien Guerry  <bzg@gnu.org>
6384         * org-capture.el (org-capture-clock-keep): New local variable.
6385         (org-capture, org-capture-finalize): Use it and fix a bug when
6386         :clock-keep is set to `t'.
6388 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
6390         * org-exp.el (org-export-preprocess-string): Handle include files
6391         before processing macros.
6393 2011-07-28  Bernt Hansen  <bernt@norang.ca>
6395         * org-agenda.el: Remove obsolete code for adding todo list in
6396         front of the agenda.
6398 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
6400         * org-latex.el (org-export-latex-convert-table.el-table): Fix
6401         format-string for insertion of captions.
6403 2011-07-28  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
6405         * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Fix
6406         regexp.
6408 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
6410         * org.el (org-read-date-analyze): Help matching dotted European
6411         dates, like 31. 12. 2007
6413 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
6415         * ob-lisp.el (org-babel-execute:lisp): Fix typo.
6417 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
6419         * ob-lisp.el (org-babel-execute:lisp): Turn vectors into lists
6420         before reading by elisp.
6421         (org-bable-lisp-vector-to-list): Stub of a vector->list function,
6422         should be replaced with a cl-vector->el-vector function.
6424 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
6426         * ob-lisp.el (org-babel-execute:lisp): Now using
6427         `org-babel-reassemble-table' to apply the appropriate header
6428         arguments to results.
6430 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
6432         * org.el (org-end-of-meta-data-and-drawers): New function.
6434         * org-capture.el (org-capture-place-plain-text): Implement adding
6435         plain text templates to Org nodes.
6437 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
6439         * org-beamer.el (org-beamer-environments-extra): Fix docstring.
6441 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
6443         * org-exp.el (org-export-handle-comments): Add the org-protected
6444         property to the replacement string.
6446 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
6448         * org-html.el (org-export-as-html, org-html-level-start): Fix
6449         logic for section number printing when NUM is an integer.
6451 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
6453         * org-latex.el (org-export-latex-special-chars): Fix regexp for
6454         `single' special characters and ellipsis.
6456 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
6458         * org.el (org-point-at-end-of-empty-headline): Bind
6459         `case-fold-search' to nil.
6461 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
6463         * org-capture.el (org-capture-fill-template): Resolve new %<...>
6464         template escape.
6465         (org-capture-templates): Document new %<...> template escape.
6467 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
6469         * ob.el (org-babel-process-params): Make this function idempotent,
6470         as it will sometimes be called multiple times.
6472 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
6474         * org.el (org-ts-regexp-both): Add "]" to class of characters that
6475         should not be matched.
6476         (org-ts-regexp0, org-ts-regexp1): Do not start a class with
6477         "^]-+", because that tries to (not) match characters between "]"
6478         and "+".  Instead, move the "-" to the end of the class where it
6479         causes no harm.
6481 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
6483         * ob-R.el (org-babel-edit-prep:R): Associate the appropriate R
6484         process with the edit buffer when :session is specified.
6486 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
6488         * ob-tangle.el (org-babel-tangle-collect-blocks): Brought the link
6489         extraction code into line with a newer version of the
6490         `org-store-link' function.
6492 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
6494         * ob-lisp.el (org-babel-expand-body:lisp): New body expansion
6495         wrapping the expression in either a let or progn, and possibly a
6496         pretty-print function invocation.
6497         (org-babel-execute:lisp): Greatly simplified method of executing
6498         lisp code blocks.
6500 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
6502         * org-list.el: Move `org-update-checkbox-count-maybe' call outside
6503         of ̀save-excursion' to get back to original position.
6505 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
6507         * org.el (org-numbered-action-format): New option.
6508         (org-new-numbered-action): New command.
6509         (org-collect-todos-in-subtree): New command.
6511 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
6513         * org-exp.el (org-export-with-tasks): New option.
6514         (org-export-plist-vars): Add :tasks property.
6516 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
6518         * org-ascii.el (org-export-as-ascii): Pass the :done-tasks
6519         property to the export preprocessor.
6521         * org-docbook.el (org-export-as-docbook): Pass the :done-tasks
6522         property to the export preprocessor.
6524         * org-html.el (org-export-as-html): Pass the :done-tasks property
6525         to the export preprocessor.
6527         * org-latex.el (org-export-as-latex): Pass the :done-tasks
6528         property to the export preprocessor.
6530         * org-exp.el (org-export-with-done-tasks): New option.
6531         (org-export-plist-vars): Add entry for :done-tasks.
6532         (org-export-preprocess-string): Call `org-export-remove-done-tasks'.
6533         (org-export-remove-done-tasks): New function.
6535 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
6537         * org-latex.el (org-export-latex-keywords-maybe): Protect # in
6538         tags.
6540 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
6542         * org.el (org-find-olp): Use the level of the correct match to
6543         continue search.
6545 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
6547         * org-list.el (org-toggle-checkbox): Build value of
6548         org-keyword-time-regexp instead of using it directly, as it's
6549         buffer-local, and function might be called outside Org.
6551 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
6553         * org-list.el (org-list-struct,org-in-item-p): Don't assume end of
6554         blocks or drawers necessarily start somewhere.  It it isn't the
6555         case, treat them as normal text.
6557 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
6559         * ob-exp.el (org-babel-exp-results): Use code block name when
6560         finding cached results.
6562 2011-07-28  Julien Danjou  <julien@danjou.info>
6564         * org-latex.el (org-export-latex-date-format): Change default date
6565         format to \today. This has the same result but respects the
6566         language set in the document by default.
6568 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
6570         * org-list.el (org-list-checkbox): When called from an headline,
6571         function would normally skip drawers, but not if a SCHEDULED or
6572         DEADLINE keyword is standing before the drawer.  Also avoid
6573         problems if function is called in buffers not is Org mode.
6575 2011-07-28  Bastien Guerry  <bzg@gnu.org>
6577         * org-clock.el (org-clock-report): Change the scope of the
6578         inserted clock report depending on whether the point is within a
6579         subtree (:scope subtree) or not (:scope file).
6581 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
6583         * org-html.el (org-export-as-html): Fix export of footnotes
6584         containing lists, tables, quotes, etc.
6586 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
6588         * org-latex.el (org-export-latex-preprocess): Correctly match
6589         starred command names.
6591 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
6593         * org-html.el (org-export-as-html): Get local value of
6594         org-export-with-section-numbers from the buffer's plist.  Deal
6595         specially with the case the resulting value is an integer.
6596         (org-html-level-start): New optional argument of the option plist used
6597         instead of `org-export-with-section-numbers'.  Also deal specially
6598         with the case that the value is an integer.
6600 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
6602         * org-latex.el (org-export-latex-subcontent): Deal specially with
6603         the case that NUM is an integer.
6605 2011-07-28  Bastien Guerry  <bzg@gnu.org>
6607         * org-protocol.el (org-protocol-do-capture): Allow template keys
6608         of two characters.
6609         (org-protocol-default-template-key): Update the docstring to
6610         reflect the change in `org-protocol-do-capture'.
6612 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
6614         * org-taskjuggler.el: Fix a typo in the commentary.
6616 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
6618         * org-taskjuggler.el (org-taskjuggler-open-task): Only emit a
6619         "purge allocations" statement if we are not targeting tj3.
6621 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
6623         * org-taskjuggler.el (org-taskjuggler-assign-resource-ids):
6624         Replace recursive implementation with an iterative one.
6626 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
6628         * ob-sh.el (org-babel-sh-var-to-sh): Fixed insertion of tabular
6629         data into shell variables.
6631 2011-07-28  David Maus  <dmaus@ictsoc.de>
6633         * org-html.el (org-html-handle-time-stamps): Protected linebreak
6634         element after timestamp markup.
6636 2011-07-28  David Maus  <dmaus@ictsoc.de>
6638         * org-html.el (org-html-handle-links): Don't protect img tag in
6639         link description.
6641 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
6643         * org-table.el (org-table-formula-handle-first/last-rc): Bind
6644         `char'.
6646 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
6648         * org-list.el (org-in-item-p): Re-build `org-drawer-regexp',
6649         whatever the major mode is.
6651 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
6653         * org-inlinetask.el (org-inlinetask-export-templates): Fix default
6654         templates.
6655         (org-inlinetask-export-handler): Ensure contents of inline task,
6656         if any, starts and ends with a newline character.  Refactor and
6657         comment code.
6659 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
6661         * org-capture.el (org-datetree-find-date-create): Lower-case for
6662         variable names in `define-function' form.
6664 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
6666         * org-table.el (org-table-convert-region): Throw error when
6667         SEPARATOR is smaller than 1.
6669 2011-07-28  Julien Danjou  <julien@danjou.info>
6671         * org-colview.el (org-columns-display-here): Fix heading retrieval
6672         in Org buffers.
6674 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
6676         * org-latex.el (org-export-latex-preprocess): Last brace shouldn't
6677         be on the same line as a list end marker.
6679 2011-07-28  Julien Danjou  <julien@danjou.info>
6681         * org.el (org-icompleting-read): Do not use useless lambda.
6683 2011-07-28  Julien Danjou  <julien@danjou.info>
6685         * org-agenda.el (org-format-agenda-item): Fix length computing.
6687 2011-07-28  Julien Danjou  <julien@danjou.info>
6689         * org-agenda.el (org-format-agenda-item): Fix comment and use
6690         `add-text-properties'.
6692 2011-07-28  Julien Danjou  <julien@danjou.info>
6694         * org-agenda.el (org-agenda-highlight-todo): Remove useless
6695         `concat'.
6697 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
6699         * org-list.el (org-list-to-generic): Set a default term for
6700         ill-formed description lists.  Do not insert newline characters
6701         unless told to.
6702         (org-list-to-texinfo,org-list-to-html): Apply changes to
6703         `org-list-parse-liste'.
6705 2011-07-28  Bastien Guerry  <bzg@gnu.org>
6707         * org-clock.el (org-clock-clocktable-language-setup): Add a
6708         string.
6709         (org-clocktable-write-default): Use the new localized string
6710         in `org-clock-clocktable-language-setup'.
6712 2011-07-28  Bastien Guerry  <bzg@gnu.org>
6714         * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
6715         (org-taskjuggler-assign-resource-ids): Replace recursive
6716         implementation with an iterative one.
6718 2011-07-28  Christian Egli  <christian.egli@alumni.ethz.ch>
6720         * org-taskjuggler.el (org-taskjuggler-components): Escape quotes
6721         in headlines.
6723 2011-07-28  Christian Egli  <christian.egli@alumni.ethz.ch>
6725         * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
6726         Compute the leafiness of a node.
6727         (org-taskjuggler-open-task, org-export-as-taskjuggler): Mark a
6728         node as a milestone if it is a leaf and has no effort.
6730 2011-07-28  Christian Egli  <christian.egli@alumni.ethz.ch>
6732         * org-taskjuggler.el (org-export-taskjuggler-target-version):
6733         (org-taskjuggler-targeting-tj3-p): Add some minimal infrastructure
6734         to handle export to both tj2 and tj3.
6735         (org-taskjuggler-open-task): Use a different way to purge
6736         allocations for tj2 and tj3.
6738 2011-07-28  Matt Lundin  <mdl@imapmail.org>
6740         * org-footnote.el (org-footnote-auto-label): New random option.
6742         * org-footnote.el (org-footnote-new): Create random footnote
6743         labels with unique ids.
6745 2011-07-28  Matt Lundin  <mdl@imapmail.org>
6747         * org-footnote.el (org-footnote-create-definition): Allow for
6748         footnote sections above the current footnote insertion point.
6750 2011-07-28  Matt Lundin  <mdl@imapmail.org>
6752         * org-footnote.el (org-footnote-create-definition): Don't search
6753         for last footnote when in org-mode file.
6755 2011-07-28  Bastien Guerry  <bzg@gnu.org>
6757         * org-html.el (org-export-as-html): Handle links with
6758         `org-html-handle-links' after we handle special characters
6759         conversions.
6760         (org-html-make-link, org-export-html-format-image): Don't
6761         protect html with @ anymore, as links are now handled after
6762         special characters conversions.
6764 2011-07-28  Julien Danjou  <julien@danjou.info>
6766         * org-agenda.el (org-agenda-get-timestamps):
6767         (org-agenda-get-scheduled): Fix call to `org-format-agenda-item'.
6768         (org-format-agenda-item): Remove no-prefix argument.
6769         (org-agenda-change-all-lines): Call org-format-agenda-item without the
6770         no-prefix argument.
6772 2011-07-28  Julien Danjou  <julien@danjou.info>
6774         * org-agenda.el (org-agenda-highlight-todo): Stop using
6775         prefix-length.
6776         (org-cmp-alpha): Stop using prefix-length.
6777         (org-agenda-open-link): Stop using prefix-length.
6778         (org-agenda-change-all-lines): Stop using prefix-length.
6780         * org-colview.el (org-columns-display-here): Stop using
6781         prefix-length. Always return claned items.
6783         * org-mobile.el (org-mobile-write-agenda-for-mobile): Stop using
6784         prefix-length.
6786 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
6788         * ob-tangle.el (org-babel-tangle-collect-blocks): Don't call
6789         `org-store-link' interactively as it can confuse the setting of
6790         `org-link-to-org-use-id' and cause undue edits to the org-mode
6791         buffer during tangling.
6793 2011-07-28  David Maus  <dmaus@ictsoc.de>
6795         * org-html.el (org-export-html-format-image): Protect <p> element
6796         of image caption.
6798 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
6800         * org.el (org-read-date-force-compatible-dates): New option.
6801         (org-read-date, org-read-date-analyze): Check representable date range.
6803 2011-07-28  Bastien Guerry  <bzg@gnu.org>
6805         * org-html.el (org-export-as-html): Fix export of email.
6807 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
6809         * ob-tangle.el (org-babel-spec-to-string): Check value of padline
6810         on tangling, no longer use the now-removed variable
6811         `org-babel-tangle-pad-newline'.
6813         * ob.el (org-babel-header-arg-names): Add padline to the list of
6814         header argument names.
6815         (org-babel-default-header-args): Set the default value of padline to
6816         "yes".
6817         (org-babel-merge-params): Cleaned up the merge logic, added padline.
6819 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
6821         * ob.el (org-babel-header-arg-names): Adding "shebang" to known
6822         code block header argument names.
6824 2011-07-28  Bastien Guerry  <bzg@gnu.org>
6826         * org-crypt.el: Remove useless TODO in comments.
6828 2011-07-28  Bastien Guerry  <bzg@gnu.org>
6830         * org-html.el (org-export-as-html): The default postamble now only
6831         export a date paragraph if `org-export-time-stamp-file' is
6832         non-nil.
6834 2011-07-28  Bastien Guerry  <bzg@gnu.org>
6836         * org-exp.el (org-export-xml): Remove the defgroup of
6837         org-export-xml.
6839 2011-07-28  Bastien Guerry  <bzg@gnu.org>
6841         * org-html.el (org-export-html-insert-plist-item): Remove.
6842         (org-export-html-preamble): Default to `t'.  Accept functions.
6843         (org-export-html-postamble): Default to `auto'.  Accept
6844         functions and distinguish between 'auto (no formatting string)
6845         and `t' (default formatting string).
6846         (org-export-as-html): Handle org-export-html-preamble and
6847         org-export-html-postamble new defaults/allowed values.
6848         Define email and creator-info before using them.
6850 2011-07-28  Bastien Guerry  <bzg@gnu.org>
6852         * org-html.el (org-export-html-protect-char-alist): Fix typo in
6853         custom type definition.
6855 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
6857         * ob-exp.el (org-babel-exp-do-export): Now runs for empty :session
6858         arguments.
6860 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
6862         * org-list.el (org-list-parse-list): Fixed regexp.
6864 2011-07-28  David Maus  <dmaus@ictsoc.de>
6866         * org-html.el (org-export-html-format-image): Protect image
6867         elements.
6869 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
6871         * ob-tangle.el (org-babel-tangle-body-hook): Hook for changing the
6872         contents of a code block body on export.
6873         (org-babel-tangle-collect-blocks): Apply
6874         `org-babel-tangle-body-hook' to the collected bodies of code blocks.
6876 2011-07-28  David Maus  <dmaus@ictsoc.de>
6878         * org-html.el (org-html-make-link, org-html-handle-links): Protect
6879         generated XHTML elements.
6880         (org-export-as-html): Expand character entities after creating markup
6881         for links and timestamps.
6883 2011-07-28  Bastien Guerry  <bzg@gnu.org>
6885         * org-html.el (org-export-as-html): bugfix: insert email
6886         correctly.
6888 2011-07-28  Bastien Guerry  <bzg@gnu.org>
6890         * org-html.el: Bugfix: prevent infinite matching of the `&'
6891         character.
6893 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
6895         * org.el (org-fill-paragraph): `fill-forward-paragraph' function
6896         has been introduced with emacs 23.1.
6898 2011-07-28  Bastien Guerry  <bzg@gnu.org>
6900         * org-attach.el: Allow to store a link to the attach-dir location.
6902 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
6904         * org-agenda.el (org-agenda-bulk-action): Allow the user to run a
6905         function.
6907 2011-07-28  Bernt Hansen  <bernt@norang.ca>
6909         * org-clock.el (org-clock-in): Allow clocking in new tasks
6910         inserted before the current clocking task.
6912 2011-07-28  Bernt Hansen  <bernt@norang.ca>
6914         * org-clock.el (org-clock-in): Set default clocking task when
6915         already clocking the task.
6917 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
6919         * org.el (org-adaptive-fill-function): When a region is specified
6920         first line of paragraph isn't skipped, so fill-paragraph have to
6921         be computed even if point is at an item.
6923 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
6925         * org-list.el (org-list-in-valid-block-p): New function.
6926         (org-at-item-p,org-list-search-generic): Use new function.
6928 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
6930         * org.el (org-indent-line-function): Text in both a list and a
6931         valid block is indented with regards to current item, not to block
6932         boundaries.
6934 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
6936         * org-html.el (org-format-org-table-html): Fix anchors in HTML
6937         export (thanks to <aankhen@gmail.com>)
6938         (org-html-protect): Fix a  bug that prevents some target to be
6939         rendered correctly.
6941 2011-07-28  Bastien Guerry  <bzg@gnu.org>
6943         * org.el (org-default-properties): Add EXPORT_TEXT.
6945 2011-07-28  Matt Lundin  <mdl@imapmail.org>
6947         * org-footnote.el (org-footnote-create-definition)
6948         (org-insert-footnote-reference-near-definition): Fix sorting
6949         of footnotes.
6951 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
6953         * org-html.el (org-export-as-html): Bugfix: don't insert closing
6954         HTML tags when exporting body only.
6956 2011-07-28  Jason Dunsmore  <emacs-orgmode@deathroller.dunsmor.com>  (tiny change)
6958         * org.el (org-back-over-empty-lines): Bugfix.  Honor
6959         `org-blank-before-new-entry' correctly in various contexts.
6961 2011-07-28  Bastien Guerry  <bzg@gnu.org>
6963         * org-macs.el (org-with-wide-buffer): Bugfix: use `save-excursion'
6964         and `save-restriction'.
6966 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
6968         * org-timer.el (org-timer-item): `save-excursion' prevents
6969         `org-list-struct' to get the list structure when point isn't on
6970         the first line of the item.
6972 2011-07-28  Bastien Guerry  <bzg@gnu.org>
6974         * org-capture.el (org-capture-templates): New option
6975         :no-clock-out.
6976         (org-capture): Use the new option.
6978 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
6980         * org-list.el (org-update-checkbox-count): Ensure cookies on an
6981         heading are correctly updated when checkboxes are hidden.  It
6982         allows, for example, to use C-c C-x C-b on a collapsed tree and
6983         still get the update.
6985 2011-07-28  David Maus  <dmaus@ictsoc.de>
6987         * org-exp.el (org-export-visible): Accept keys for
6988         `org-export-as-html-to-buffer' and `org-export-region-as-html'.
6990 2011-07-28  Bastien Guerry  <bzg@gnu.org>
6992         * org.el (org-duration-string-to-minutes): Don't use
6993         `rx-to-string'.
6995 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
6997         * org.el (org-effort-durations): New variable.
6999         * org.el (org-duration-string-to-minutes): New function.
7001         * org-agenda.el (org-agenda-filter-effort-form)
7002         (org-format-agenda-item): Use it.
7004         * org-clock.el (org-clock-notify-once-if-expired)
7005         (org-clock-modify-effort-estimate, org-clock-get-clock-string): Use it.
7007 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7009         * org-agenda.el (org-agenda-run-series): Rename from
7010         `org-run-agenda-series'.
7012 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7014         * org-capture.el: Don't allow currentfile anymore.
7016 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7018         * org-agenda.el (org-agenda-list): Fix bug: don't rely on
7019         `org-agenda-current-span' when calling `org-agenda-list'.
7021 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7023         * org-capture.el (org-capture-put-target-region-and-position):
7024         New function to store information about the target buffer.
7025         (org-capture-set-target-location): Use it.
7026         (org-capture-finalize): Restore the target buffer in its
7027         possibly narrowed state.  Also restore the cursor position.
7029 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7031         * org-crypt.el (auto-save-default): Make sure entries are
7032         encrypted before auto-saving.
7034 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7036         * org-inlinetask.el (org-inlinetask-promote)
7037         (org-inlinetask-demote): New functions.
7039 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7041         * org.el (org-demote-subtree,org-promote-subtree): Wrap
7042         `org-map-tree' into `org-with-limited-levels' macro, so it avoids
7043         operating on inline tasks.
7045 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7047         * org.el (org-narrow-to-subtree): Ensure `org-back-to-heading'
7048         will move point to a real heading and not an inline task by
7049         wraping function into a `org-with-limited-levels' macro.
7051 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7053         * org-capture.el (org-capture-finalize): New argument clock-out,
7054         to tell whether finalizing the capture process should clock out
7055         the running clock.
7056         (org-capture): Use the new argument.
7058 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7060         * org.el (org-refile-get-targets): Rename from
7061         `org-get-refile-targets'.
7063 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7065         * org-exp.el (org-export-table-remove-empty-lines): New custom
7066         variable.
7067         (org-export-remove-special-table-lines): Use it.
7069 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7071         * org-table.el (org-table-fix-formulas-confirm): New custom
7072         variable.
7073         (org-table-insert-column, org-table-delete-column)
7074         (org-table-move-column, org-table-move-row)
7075         (org-table-insert-row, org-table-kill-row): Use it.
7077 2011-07-28  Tassilo Horn  <tassilo@member.fsf.org>
7079         * org.el (org-refile-get-location): Set and show default value.
7080         (org-goto, org-refile): Adapt calls.
7082 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7084         * org-mobile.el (org-mobile-files-exclude-regexp): New custom
7085         variable.
7086         (org-mobile-files-alist): Use it.
7088 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7090         * org.el (org-todo): Bugfix: use `org-with-wide-buffer' to check
7091         against headings outside of a narrowed buffer.
7093 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7095         * org.el (org-confirm-shell-link-not-regexp)
7096         (org-confirm-elisp-link-not-regexp): New custom variables.
7097         (org-open-at-point): Use the new custom variables.
7099 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
7101         * org-latex.el: Place \title \author \date before
7102         \begin{document}.
7104 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7106         * org-html.el (org-export-html-preamble)
7107         (org-export-html-postamble): Now default to `nil'.
7108         (org-export-as-html): When :html-pre/postamble is nil, fall
7109         back on the default pre/postamble, which depends on the
7110         :author-info, :email-info, :creator-info options.
7112 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7114         * ob-exp.el (org-babel-exp-results): Don't use cached results if
7115         there is no hash.
7117 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
7119         * org-table.el (org-table-eval-formula): Treat relative column
7120         refs.
7122 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
7124         * org-table.el (org-table-use-standard-references): Change default
7125         to `from'.
7127 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7129         * org.el (org-move-subtree-down): Leave the cursor at the same
7130         column we were at.
7132 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7134         * org-attach.el (org-attach-store-link-p): New variable.
7135         (org-attach-store-link): New function.
7136         (org-attach-attach): When `org-attach-store-link-p' is
7137         non-nil, store a link in `org-stored-links' to a newly
7138         attached file.
7140 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7142         * org-exp.el (org-export-remove-headline-metadata): Bugfix: don't
7143         case-fold-search to avoid mixing TODO keywords with real headline
7144         words.
7146 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
7148         * org-table.el (org-table-fedit-finish): Read more general LHS of
7149         formulas.
7150         (org-table-formula-handle-@L): New function to hanle @L references.
7151         (org-table-current-ncol): New variable.
7152         (org-table-line-to-dline): New function.
7153         (org-table-get-stored-formulas): Accept range formulas as matches.
7154         (org-table-get-specials): Compute and store the number of columns.
7155         (org-table-get-range): New optional argument CORNERS-ONLY, to retrieve
7156         only the region marked by the range, not the content.
7157         (org-table-recalculate): Call `org-table-expand-lhs-ranges' to expand
7158         range targets.  Also check for duplicate access to fields.
7159         (org-table-expand-lhs-ranges): New funktion.
7160         (org-table-get-remote-range): Bind `org-table-current-ncol' to protect
7161         the caller's value.
7162         (org-table-edit-formulas): Support highlighting of range targets.
7163         (org-table-field-info): Handle renge formulas.
7165 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7167         * org-html.el (org-export-html-postamble-format)
7168         (org-export-html-preamble-format): Explain how to escape the
7169         `%' character.
7171 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7173         * org-exp-bibtex.el (org-export-bibtex-preprocess): Use
7174         `org-export-current-backend'.
7176 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7178         * ob.el (org-babel-read): Read string variable values wrapped in
7179         double quotes, removing the quotes.
7181 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7183         * ob-exp.el (org-babel-exp-results): Ensure that processed params
7184         are send to org-babel-execute-src-block.
7186 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7188         * org-special-blocks.el
7189         (org-special-blocks-make-special-cookies): Use
7190         `org-export-current-backend'.
7192 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7194         * ob-exp.el (org-babel-exp-in-export-file): Now takes the language
7195         as an argument.
7196         (org-babel-exp-src-block): Explicitly pass language to
7197         `org-babel-exp-in-export-file'.
7198         (org-babel-exp-inline-src-blocks): Removed unused code.
7199         (org-babel-exp-results): Explicitly pass language to
7200         `org-babel-exp-in-export-file'.
7202 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7204         * ob-calc.el (org-babel-execute:calc): Unquote quoted vectors
7205         returned from calc-eval.
7207 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7209         * ob.el (org-babel-read): Pass elisp vectors through to code
7210         blocks.
7212 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
7214         * ob.el (org-src-lang-modes): Defvar.
7215         (org-at-item-p): Declare function.
7217         * ob-calc.el (calc-store): Require.
7218         (var-syms): Defvar.
7220         * ob-python.el (py-default-interpreter): Defvar.
7222 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
7224         * org-exp-blocks.el (backend): defvar.
7226 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
7228         * org-agenda.el (org-agenda-get-scheduled):
7229         (org-agenda-get-timestamps): Bind local variable `show-all'.
7231 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
7233         * ob-ref.el (org-at-item-p): Declare function.
7235         * org-agenda.el (diary-time-regexp): defvar.
7237         * org-archive.el (org-archive-subtree): Bind local variable
7238         `infile-p'.
7240         * org-capture.el (org-capture-insert-template-here): Get template
7241         text from property list, to avoid byte compiler message.
7243         * org-latex.el (org-export-latex-tables): Bind local variable
7244         `width'.
7246         * org-special-blocks.el (org-compat): Add require statement.
7248         * org-table.el (orgtbl-ctrl-c-ctrl-c): Bind local variable
7249         `const-str'.
7251         * org.el (org-eval): Moved function here from org-agenda.el.
7253 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7255         * ob.el (org-babel-read-table): Inhibit lisp evaluation of values
7256         when reading from tables.
7257         (org-babel-read-list): Inhibit lisp evaluation of values when
7258         reading from lists.
7259         (org-babel-read): Add optional argument which can be used to inhibit
7260         lisp evaluation of value.
7262 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7264         * ob-table.el (sbe): Ensure that ob-trim is only called on
7265         strings.
7267 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7269         * ob-exp.el (org-babel-exp-results): On export, ensure that the
7270         result hash is resolved in the original org-mode file.
7272 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7274         * org-exp.el (org-export-mark-list-end): Change end marker.
7276         * org-docbook.el (org-export-docbook-list-line): Use new marker.
7278         * org-html.el (org-html-export-list-line): Use new marker.
7280         * org-latex.el (org-export-latex-lists): Use new marker.
7282 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7284         * org-latex.el (org-export-latex-lists): Make sure markers used
7285         for export are taken into account by temporarily setting an
7286         appropriate value for `org-list-ending-method'.
7288 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7290         * org-exp-blocks.el (org-exp-blocks-block-regexp): Wrapping block
7291         regexp into its own variable, also allowing match of empty bodies.
7292         (org-export-blocks-preprocess): Using new regexp variable.
7294 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7296         * ob.el (org-babel-src-block-regexp): Code block regexp now
7297         matches blocks with empty bodies.
7299 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7301         * ob.el (org-babel-script-escape): If script escaped value doesn't
7302         parse cleanly, then return it literally.
7304 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7306         * ob-exp.el (org-babel-exp-src-block): When block will eventually
7307         be evaluated, pre-calculate the hash before noweb expansion, and
7308         expand the parameters before hash calculation.
7309         (org-babel-exp-do-export): Pass pre-calculated hash through to
7310         `org-babel-exp-results'.
7311         (org-babel-exp-results): Compare pre-calculated hash to results hash.
7313 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7315         * ob.el (org-babel-sha1-hash): Sort list values to header
7316         arguments, and sort the words in strings.
7318 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7320         * ob-ref.el (org-babel-ref-index-list): Special handling of hline
7321         rows.
7323 2011-07-28  Julien Danjou  <julien@danjou.info>
7325         * org-macs.el (org-with-point-at): Store evaluated version of
7326         pom. This fixes a potential bug when using (org-with-point-at
7327         (func) …), where (func) would be evaluated multiple times,
7328         therefore might return different results if a marker was returned
7329         and different each time.
7331 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7333         * org.el (org-open-at-point): If a link to a radio target is the
7334         first, (resp. the last), element of a buffer, function cannot find
7335         the property change required to get its boundaries, and
7336         `buffer-substring' is called with an invalid nil argument.
7338 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7340         * org-table.el (org-table-copy-down): Fix docstring.
7342 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7344         * ob-latex.el (org-babel-execute:latex): Add imagemagick options,
7345         and for file types other than png and PDF it uses imagemagick to
7346         convert a compiled PDF file to the desired file type.
7347         (convert-pdf): Convert a PDF file to a new file type using
7348         imagemagick.
7350 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
7352         * org-capture.el (org-capture-fill-template): Fix bug with the
7353         display of interactive prompt in templates expansion.
7355 2011-07-28  Reiner Steib  <reiner.steib@gmx.de>
7357         * org-clock.el (org-clock-display): Document how to remove subtree
7358         times.
7360 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7362         * org-exp-blocks.el (org-export-blocks-format-comment): Explicitly
7363         append a newline to the body.
7365 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7367         * org-list.el (org-list-insert-item): When computing size of item
7368         being inserted, function has to take into account that indentation
7369         may not only be made of spaces.
7371 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7373         * org-clock.el (org-clock-find-position): If a list was adjacent
7374         to some clocks and a drawer was going to be created, only the
7375         first element of the list would make it into the drawer.
7377 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7379         * org-list.el (org-toggle-checkbox): Fix bug where top item in
7380         list was omitted when checking boxes.
7382 2011-07-28  Dan Davison  <dandavison7@gmail.com>
7384         * ob-R.el: Don't print result to echo area after evaluation.
7386 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7388         * org-capture.el (org-capture-refile): Fix typo in docstring.
7390 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7392         * ob-calc.el (org-babel-execute:calc): Call out to new function
7393         for variables resolution.
7394         (ob-calc-maybe-resolve-var): Resolve (possibly recursively)
7395         variables in calc expressions.
7397 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7399         * ob-C.el (org-babel-tangle-lang-exts): Replace "c++" with "C++".
7400         (org-babel-C++-compiler): Replace "c++" with "C++".
7401         (org-babel-execute:cpp): Replace "c" with "C++".
7402         (org-babel-execute:C++): Replace "c" with "C++".
7403         (org-babel-expand-body:C++): Replace "c" with "C++".
7404         (org-babel-C-execute): Replace "c" with "C++".
7406 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7408         * ob-ref.el (org-babel-ref-at-ref-p): Only try to read results as
7409         a list if at the *beginning* of a list item.
7411         * ob.el (org-babel-read-result): Only try to read results as a
7412         list if at the *beginning* of a list item.
7414 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7416         * org-list.el (org-cycle-item-indentation): Do not break an
7417         indentation cycle because visibility cycling is requested.  This
7418         happens when an item becomes a parent, due to indentation change.
7419         Not considered empty anymore, the function cannot change its
7420         indentation again.
7422 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7424         * org-clock.el (org-clocktable-write-default): Bugfix: falls back
7425         on `org-export-default-language' when no :lang parameter is set.
7427 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
7429         * org-capture.el (org-capture-expand-file): New function.
7430         (org-capture-target-buffer):
7431         (org-capture-set-target-location): Use `org-capture-expand-file'.
7433 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7435         * ob.el (org-babel-read-list): Reading the value of a list has
7436         been updated to reflect the new structure of org-mode lists in
7437         elisp.
7438         (org-babel-insert-result): Writing code block results to lists has
7439         been updated to reflect the new list structure.
7440         (org-babel-result-end): Remove a previous change to end-of-list
7441         marker detection.
7443 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7445         * org-list.el (org-cycle-item-indentation): Each time the function
7446         moves item back to child position, a white space is added to the
7447         line.
7449 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7451         * ob.el (org-babel-process-params): Allow elisp code in
7452         specification of results header arguments.
7454 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7456         * org-agenda.el (org-agenda-append-agenda): New command.
7457         (org-agenda-mode-map): New keybinding to this new command.
7459 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7461         * org.el (org-ctrl-c-ctrl-c): Call `org-list-send-list' only when
7462         cursor it at very first item of the list, as specified in the
7463         manual.  Also refactored the list part of the function a bit.
7465 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7467         * org-agenda.el (org-agenda): Set the 'last-args property to nil
7468         when calling `org-agenda'.  Don't kill the local variable
7469         `org-agenda-current-span'.
7470         (org-run-agenda-series): Use the new property 'last-args.
7471         (org-agenda-change-time-span): Use the dynamically set
7472         `org-agenda-overriding-arguments' variable when non-nil.
7474 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7476         * ob.el (org-babel-result-end): Adjust marker of list end to
7477         changes in the list format.
7479 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7481         * org-list.el (org-toggle-checkbox, org-update-checkbox-count): No
7482         need to wrap `org-entry-get' in `ignore-errors'.
7484 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7486         * org.el (org-toggle-item, org-toggle-heading): Make sure every
7487         sub-item in a list is changed into a sub-heading and sub-headings
7488         are translated into sub-items.  Also ignore inline tasks in the
7489         process.
7491 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7493         * org-exp.el (org-export-select-backend-specific-text): Add
7494         `original-indentation' property when replacing #+begin_backend and
7495         #+backend blocks with their content.  This is needed for lists, as
7496         they must know if the block belonged to them.
7498 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7500         * org-html.el (org-html-export-list-line): Insert a newline
7501         character before ending an item, as anchor could be on a line
7502         going to be deleted, like a drawer ending string.
7504         * org-list.el (org-list-to-html): Same.
7506 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7508         * org.el (org-set-autofill-regexps): Use `org-item-re' in
7509         `paragraph-start' to recognize alphabetical lists.
7510         (org-fill-paragraph): Enforce a pre-computed fill-prefix before
7511         calling `fill-paragraph' when point is in an item.  Also prevent
7512         paragraphs getting merged into an adjacent list upon filling.
7513         (org-adaptive-fill-function): Make sure to determine real
7514         fill-prefix for auto-fill.
7515         (org-auto-fill-function): Use a pre-computed fill-prefix before
7516         calling `do-auto-fill'.
7518         * org-list.el (org-list-item-body-column): New function.
7520 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7522         * org-inlinetask.el (org-inlinetask-at-task-p)
7523         (org-inlinetask-toggle-visibility): New functions.
7525         * org-list.el (org-list-set-item-visibility): New function.
7527         * org.el (org-cycle, org-cycle-internal-local): Separate lists and
7528         inline tasks from headlines.
7529         (org-outline-level): Do not consider lists as headlines.  Cycling
7530         visibility is using different tools.
7532 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7534         * org-list.el (org-list-struct): Mark items less indented than top
7535         item of the list, so that they will be modified.
7536         (org-list-struct-apply-struct): Compare struct's indentation with
7537         line's indentation instead of old-struct's.  This is needed
7538         because `org-list-struct' automatically fixes indentation so
7539         changes might not be seen otherwise.
7541         * org.el (org-ctrl-c-ctrl-c): Small refactoring.
7543 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7545         * org-list.el (org-update-checkbox-count): When a part of the
7546         buffer is processed to count checkboxes, lists are read from top
7547         to bottom, but inside lists (in drawers, blocks, or inline tasks)
7548         are skipped.  Thus, cookies cannot be updated.  This patch
7549         enforces reading of such lists if counter is itself in a special
7550         context.
7552 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7554         * org-list.el (org-list-struct-apply-struct): Inline tasks along
7555         with their content must stay at column 0 even if the item is
7556         gaining indentation.  Moreover, fix indentation of text in an
7557         inline task, now it can be in such a task within a list.
7559 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7561         * org-list.el (org-at-item-p): Also verify context is valid.
7562         Otherwise it would recognize valid items where `org-in-item-p'
7563         wouldn't.
7564         (org-in-item-p, org-list-struct-apply-struct): Use shorter version
7565         of org-at-item-p.
7566         (org-cycle-list-bullet): Fix typo.
7567         (org-list-parse-list): Avoid calling `org-at-item-p' two times by
7568         using an appropriate regexp.
7570         * org.el (org-indent-line-function): Use an appropriate regexp
7571         instead of calling `org-at-item-p' two times.
7573 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7575         * org-list.el (org-in-item-p): When point was just after
7576         org-list-end-re, check wouldn't be done for starting line.  So, if
7577         the first line was an item, it wouln't be noticed and function
7578         would return nil.  Simplify and comment code.
7580 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7582         * org.el (org-toggle-item): When used on normal text, ensure every
7583         line in region is included in the new item, regardless of its
7584         original indentation.
7586 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7588         * org-list.el (org-list-struct-apply-struct): If end of list was
7589         at eol, for example, with list inside a block, the last list
7590         wouldn't be shifted.  Thus, the patch ensures no blank lines is
7591         skipped.
7593 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7595         * org.el (org-toggle-item): Now accepts a prefix argument. When
7596         used without argument on normal text, it will make the whole
7597         region one item.  With an argument, it defaults to old behavior:
7598         change each line in region into an item.
7600 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7602         * org.el (org-return): When called from inside an item with the
7603         indent flag, function should keep text moved inside the item.
7604         This allows to use C-j to separate lines in an item: cursor won't
7605         go back to column 0.
7607 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7609         * org-list.el (org-list-struct): When a line has org-example
7610         property, skip the entire block.  This is needed during export,
7611         for example when src blocks in org markup contain lists, and are
7612         returned verbatim because org isn't in the list of interpreted
7613         languages.
7615 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7617         * org-list.el (org-in-item-p): Handle special cases when function
7618         is called with cursor amidst `org-list-end-re' or at an inline
7619         task.
7621 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7623         * ob.el (org-babel-result-end): Apply renaming.
7625         * org-exp.el (org-export-mark-list-properties): Apply renaming.
7627         * org-list.el (org-list-prevs-alist): Renamed from
7628         `org-list-struct-prev-alist'.
7629         (org-list-parents-alist): Renamed from `org-list-struct-parent-alist'.
7630         (org-list-write-struct): Renamed from `org-list-struct-fix-struct'.
7631         (org-list-parse-list, org-sort-list, org-list-indent-item-generic)
7632         (org-toggle-checkbox, org-update-checkbox-count)
7633         (org-cycle-list-bullet, org-list-repair, org-insert-item)
7634         (org-move-item-up, org-move-item-up, org-move-item-down)
7635         (org-next-item, org-previous-item, org-end-of-item-list)
7636         (org-beginning-of-item-list, org-apply-on-list): Apply renaming.
7637         (org-get-bullet): Removed function, as it is not needed anymore.
7639 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7641         * org-list.el (org-list-insert-item-generic): Change arguments.
7642         The function now accepts structure and previous items alist.  This
7643         allows to insert an item programmatically more easily.
7644         (org-insert-item): Apply changes to
7645         `org-list-insert-item-generic'.  The function now takes care about
7646         repairing structure and updating checkboxes.
7648         * org-timer.el (org-timer-item): Apply changes to
7649         `org-list-insert-item-generic'.  The function now takes care about
7650         repairing structure.
7652 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7654         * org-list.el (org-list-make-subtree): Function now uses
7655         `org-list-parse-list mechanism'.
7656         (org-list-make-subtrees): Removed function.
7657         (org-list-to-generic): Added a parameter and every parameter can
7658         be a sexp returning a string, for finer control.
7659         (org-list-to-html, org-list-to-latex, org-list-to-texinfo): Slight
7660         modifications to apply changes to `org-list-to-generic'.
7661         (org-list-to-subtree): New function.
7663 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7665         * org.el (org-beginning-of-line): Apply changes to
7666         `org-item-beginning-re' to correct sub-expression reference.
7668 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7670         * org-docbook.el (org-export-docbook-list-line): Even with
7671         alphabetical lists, Org shouldn't enforce a particular list type
7672         to exporters.  This is a job for style files.
7674         * org-html.el (org-html-export-list-line): Ib idem.
7676 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7678         * org-list.el (org-at-item-counter-p): New function.
7679         (org-list-parse-list): Handle counters and list depth.
7680         (org-list-to-generic): A special string is used when an item has a
7681         counter.
7682         (org-list-to-latex): Use new special string for counters.  This
7683         fixes the counter bug in LaTeX export, as the enumi counter was
7684         the only one modified.
7686         * org-latex.el (org-export-latex-lists): Use new
7687         `org-list-parse-list' output.
7689 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7691         * org-list.el (org-list-get-list-type): New function.
7692         (org-list-parse-list): Use new function.
7694         * org-html.el (org-html-export-list-line): Use new function.
7696         * org-docbook.el (org-export-docbook-list-line): Use new function.
7698 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7700         * org-list.el (org-alphabetical-lists): New variable
7701         (org-item-re, org-list-full-item, org-cycle-list-bullet)
7702         (org-list-struct-fix-bul, org-list-inc-bullet-maybe): Reflect
7703         introduction of the new variable.
7704         (org-item-beginning-re): Changed into a function, so any
7705         modification of `org-alphabetical-lists' will not require
7706         reloading Org.
7707         (org-at-item-p, org-toggle-checkbox, org-update-checkbox-count)
7708         (org-list-parse-list, org-list-send-list): Reflect changes to
7709         `org-item-beginning-re'.
7710         (org-list-use-alpha-bul-p): New function.
7712         * org.el (org-check-for-hidden): Reflect changes to
7713         `org-item-beginning-re'.
7715         * org-capture.el (org-capture-place-item): Reflect changes to
7716         `org-item-beginning-re'.
7718         * org-docbook.el (org-export-docbook-list-line): Handle New type
7719         of items.
7721         * org-exp.el (org-export-mark-list-end)
7722         (org-export-mark-list-properties): Reflect changes to
7723         `org-item-beginning-re'.
7725         * org-html.el (org-html-export-list-line): Handle new type of
7726         items.
7728         * org-latex.el (org-export-latex-lists): Handle new type of items
7729         and reflect changes to `org-item-beginning-re'.
7731         * org-ascii.el (org-export-ascii-preprocess): Handle new counters.
7733 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7735         * org-list.el (org-list-end-re): Removed function and made it a
7736         variable.  There's no need for the overhead of calling the
7737         function every at every line in a list.  User will have to reload
7738         Org if he change value of either `org-list-end-regexp' or
7739         `org-empty-line-terminates-plain-lists'.
7740         (org-in-item-p,org-list-struct,org-list-parse-list): Apply change.
7742         * org-exp.el (org-export-mark-list-end)
7743         (org-export-mark-list-properties): Apply change.
7745         * org-latex.el (org-export-latex-lists): Apply change.  Also
7746         prevent items with org-example property to be considered as real
7747         items.
7749 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7751         * org-inlinetask.el (org-inlinetask-export-templates): Slightly
7752         modify templates so environment boundaries don't interfere with
7753         content of task.  Unprotect content of task so it might benefit
7754         from further transformations. Set original-indentation property to
7755         a high value to ensure that task is always in the last item of the
7756         list.  Also, apply templates later in export process.
7758         * org-list.el (org-list-struct): Fix inline task skipping.
7760 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7762         * org-latex.el (org-export-latex-lists): Search for unprotected
7763         items only, and redefine `org-at-item'.  This change is required
7764         when verbatim lists are inserted during export, usually by Babel.
7766 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7768         * ob.el (org-babel-result-end): End position is end of current
7769         sublist instead of bottom point, as results might be inserted in a
7770         list themselves.
7772 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7774         * org-list.el (org-list-automatic-rules): Removed insert rule.
7775         (org-list-insert-item-generic): Removed code preventing user to
7776         insert another item in a block within a list.  It is because new
7777         list context make it impossible to see if a point in a block is
7778         also in a list.
7780 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7782         * org-exp.el (org-export-preprocess-string): Mark list endings
7783         before babel blocks preprocessing starts, so blank lines that may
7784         be inserted do not break list's structure.  Then, mark list with
7785         special properties required by exporters. Thus output from babel
7786         can easily be included in lists.
7787         (org-export-mark-list-end): New function.
7788         (org-export-mark-list-properties): New function.
7789         (org-export-mark-lists): Removed function.  It was split into the
7790         two preceding functions.
7792 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7794         * org-list.el (org-update-checkbox-count): Do not recompute every
7795         list before next heading when there are more than one cookie in an
7796         headline.  Moreover, ignore the case where cookie is inserted
7797         neither at an heading nor at an item.
7799 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7801         * org-list.el (org-sort-list): Fix number of arguments to
7802         `org-list-repair', plus make `end-record' go to end of item before
7803         any blank line to keep them from being swallowed in the sorting.
7805 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7807         * org-list.el (org-list-forbidden-blocks): Renamed from
7808         `org-list-blocks'.
7809         (org-list-export-context): New variable.
7811 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7813         * org-list.el (org-list-search-generic): Renamed form
7814         `org-search-unenclosed-generic' to reflect the new behavior.  Now,
7815         match can only be in a valid context for lists, as determined by
7816         `org-list-context'.
7817         (org-list-search-backward): Renamed from
7818         `org-search-backward-unenclosed'.
7819         (org-list-search-forward): Renamed from
7820         `org-search-forward-unenclosed'.
7821         (org-toggle-checkbox,org-update-checkbox-count): Use new
7822         functions.
7823         (org-sort-list): Using default regexp search functions as context
7824         is not required in this case.
7826 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7828         * org-exp.el (org-export-mark-lists): New function, replacing
7829         org-export-mark-list-ending.  It adds information as text
7830         properties to every list, before changes done by exporter destruct
7831         them.
7833 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7835         * org-list.el (org-list-get-first-item): New alias for
7836         `org-list-get-list-begin'.
7837         (org-list-get-last-item): New function.
7838         (org-list-get-list-end): Use `org-list-get-last-item'.
7840 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7842         * org.el (org-get-string-indentation): Moved in generally useful
7843         functions section, as it wasn't specific to plain lists and that
7844         no code was using it in org-list.el.
7846 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7848         * org.el (org-skip-over-state-notes,org-store-log-note): Use new
7849         accessors.
7851 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7853         * org-list.el (org-list-indent-item-generic): Remove error
7854         messages happening before process.  This belongs to interactive
7855         functions.
7856         (org-indent-item,org-indent-item-tree)
7857         (org-outdent-item,org-outdent-item-tree): Ensure point or region
7858         is correct before computing list structure.  Return an error
7859         message otherwise.
7861 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7863         * org-list.el (org-apply-on-list): Use new structures.  Function
7864         is now applied in reverse order so modifications do not change
7865         positions of items in buffer.
7867 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7869         * org-list.el (org-list-parse-list): Rewrite of function to allow
7870         text following a sub-list in the same item.  See docstring for an
7871         example of output.
7872         (org-list-to-generic): Use new parsing function.
7873         (org-list-to-latex,org-list-to-html): Minor change for clearer
7874         export.
7876 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7878         * org-list.el (org-list-has-child-p): Renamed from
7879         `org-list-get-child'.  Returning first child is only useful as a
7880         predicate, as we are allowing an item to have more than one
7881         sub-list.
7882         (org-list-indent-item-generic): Use `org-list-has-child-p' instead
7883         of org-list-get-child.
7884         (org-in-item-p): Also return item beginning when list starts at
7885         context beginning.
7886         (org-list-get-parent): Use of `org-list-struct-parent-alist'
7887         helper function is not optional anymore.
7888         (org-list-get-all-items): Shorten code with the help of cl.el.
7889         (org-list-get-children): Now returns all children of item, even if
7890         they do not belong to the same list. Renamed from
7891         `org-list-get-all-children'.
7892         (org-list-get-list-begin): Function wasn't return value when item
7893         was already the first item of the list at point.
7894         (org-list-get-list-end): Function wasn't return value when item
7895         was already the last item of the list at point.
7896         (org-list-struct-fix-box,org-update-checkbox-count): Now uses
7897         `org-list-get-children'.
7899 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7901         * org.el (org-indent-line-function): Indentation of item's body
7902         starts just after the bullet, not after a checkbox.  Moreover, As
7903         `org-in-item-p' also returns item beginning position when point is
7904         in a list, do not compute it a second time.
7906 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7908         * org.el (org-ctrl-c-ctrl-c): When called at a list item, replace
7909         usage `org-repair-list', forcing another reading of the list, with
7910         only needed subroutines.
7912 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7914         * org-list.el (org-list-separating-blank-lines-number): Use new
7915         accessors.
7916         (org-list-insert-item-generic): Use list structures to insert a
7917         new item.
7918         (org-list-exchange-items): Refactor and comment code.  Now return
7919         new struct instead of modifying it, as list sorting would
7920         sometimes eat first item.
7921         (org-move-item-down,org-move-item-up): Reflect changes to
7922         `org-list-exchange-items'.
7923         (org-insert-item): As `org-in-item-p' also computes item beginning
7924         when applicable, reuse the result.
7926 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7928         * org-list.el (org-list-in-item-p): Unify methods for this
7929         predicate.
7930         (org-list-in-item-p-with-indent): Removed function.
7931         (org-list-ending-between): Removed function.
7932         (org-list-maybe-skip-block): Removed function.
7933         (org-list-in-item-p-with-regexp): Removed function.
7934         (org-list-top-point-with-regexp): Removed function.
7935         (org-list-top-point-with-indent): Removed function.
7936         (org-list-bottom-point-with-indent): Removed function.
7937         (org-list-bottom-point-with-regexp): Removed function.
7938         (org-list-get-item-same-level): Removed function.
7939         (org-list-top-point): Removed function.
7940         (org-list-bottom-point): Removed function.
7941         (org-get-item-beginning): Renamed to `org-list-get-item-begin' to
7942         be consistent with naming policy of non-interactive functions.
7943         (org-get-beginning-of-list): Removed function.
7944         (org-beginning-of-item-list): Use new accessors.
7945         (org-get-end-of-list): Removed function.
7946         (org-end-of-list): Use new accessors.
7947         (org-get-end-of-item): Removed function.
7948         (org-end-of-item): Use new accessors.
7949         (org-get-previous-item): Removed function.
7950         (org-previous-item): Use new accessors.
7951         (org-get-next-item): Removed function.
7952         (org-next-item): Use new accessors.
7953         (org-list-get-item-end-before-blank): Use new accessors.
7955 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7957         * org-list.el (org-list-repair): Removed optional argument
7958         FORCE-BULLET.  The job of this interactive function is to
7959         completely fix a list at point.  Changing bullets is a separate
7960         task.  Also removed others optional arguments TOP and BOTTOM to
7961         follow the new structures.
7962         (org-list-indent-item-generic): Remove need for TOP and BOTTOM.
7963         STRUCT is a new required argument.  This avoids computing a list
7964         structure many times when function is called more than once in a
7965         row, for example in `org-cycle-item-indentation'.  Use new
7966         accessors.  Now, also call `org-update-checkbox-count-maybe'.
7967         (org-outdent-item, org-indent-item, org-outdent-item-tree)
7968         (org-indent-item-tree): Remove need for TOP and BOTTOM.
7969         (org-list-insert-item-generic): Reflect changes to `org-list-repair'.
7970         (org-list-exchange-items): Use new accessors.  Now modify struct
7971         to avoid re-reading it later.
7972         (org-move-item-down): Reflect changes to `org-list-repair'.  Use
7973         new accessors.
7974         (org-move-item-up): Reflect changes to `org-list-repair'.  Use new
7975         accessors.
7976         (org-cycle-list-bullet): Use new structures.  Also use a shortcut
7977         to `org-list-struct-fix-struct' in order to avoid unnecessary
7978         fixes, like `org-list-struct-fix-box'
7979         (org-sort-list): Use of new structures.  Renamed an internal
7980         function for a little more clarity.
7981         (org-cycle-item-indentation): Remove dependency on
7982         `org-list-repair'.  Use new accessors.
7983         (org-list-get-child): Correct bug when asking for the child of the
7984         last item.
7985         (org-list-exchange-items): Use new accessors.
7987 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7989         * org-list.el (org-list-blocks): New variable.
7990         (org-list-context): New function.
7991         (org-list-full-item-re): New variable.
7992         (org-list-struct-assoc-at-point): Use new variable.
7993         (org-list-struct): Rewrite of function.  Now, list data is
7994         collected by looking at the list line after line.  It reads the
7995         whole list each time because reading only a subtree was not enough
7996         for some operations, like fixing checkboxes.  It also removes the
7997         need to get `org-list-top-point' and `org-list-bottom-point'
7998         first.  An added data is the position of item ending.  This aims
7999         to be able to have list followed by text inside an item.
8000         (org-list-struct-assoc-end): New function.
8001         (org-list-struct-parent-alist): New function.
8002         (org-list-get-parent): New function.
8003         (org-list-get-child): New function.
8004         (org-list-get-next-item): New function.
8005         (org-list-get-prev-item): New function.
8006         (org-list-get-subtree): Use helper function `org-list-struct-prev-alist'.
8007         (org-list-get-all-items): New function.
8008         (org-list-get-all-children): New function.
8009         (org-list-get-top-point): New function.
8010         (org-list-get-bottom-point): New function.
8011         (org-list-get-counter): New function.
8012         (org-list-get-item-end): New function.
8013         (org-list-struct-fix-bul): Rewrite for cleaner code.  Make use of
8014         new accessors.
8015         (org-list-struct-fix-ind): Make use of new accessors.
8016         (org-list-struct-fix-box): New function.
8017         (org-list-struct-fix-checkboxes): Removed function.
8018         (org-list-struct-outdent): Use new accessors.  Use the fact that
8019         there is no longer a virtual item at beginning of structure.
8020         (org-list-struct-indent): Use helper functions
8021         `org-list-struct-prev-alist' and `org-list-struct-parent-alist'.
8022         Also use new accessors.
8023         (org-list-struct-fix-struct): Comment function.  Call directly
8024         `org-list-struct-apply-struct', without removing unchanged items
8025         first.
8026         (org-list-struct-apply-struct): Comment function.  Rewrite using
8027         new accessors.  Use new variable `org-list-full-item-re'.
8028         (org-list-shift-item-indentation): Removed function, now included
8029         in `org-list-struct-apply-struct' because it is too specific.
8031 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8033         * org-list.el (org-toggle-checkbox): Use structures to fix
8034         checkboxes of a list.
8035         (org-update-checkbox-count): Use structures to update cookies.
8037 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8039         * org-list.el (org-list-struct-fix-checkboxes): New function.
8040         (org-checkbox-blocked-p): Removed function.
8042 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8044         * org-list.el (org-list-get-all-items): New function.
8045         (org-list-get-all-children): New function.
8046         (org-list-get-nth): New function.
8047         (org-list-set-nth): New function.
8048         (org-list-get-ind): New function.
8049         (org-list-set-ind): New function.
8050         (org-list-get-bullet): New function.
8051         (org-list-set-bullet): New function.
8052         (org-list-get-checkbox): New function.
8053         (org-list-set-checkbox): New function.
8054         (org-list-struct-fix-bul): Use new accessors.
8055         (org-list-repair): Use new accessors.
8056         (org-list-indent-item-generic): Make use of accessors.
8057         (org-list-get-parent): Renamed from `org-list-struct-get-parent'.
8058         (org-list-get-child): Renamed from `org-list-struct-get-child'.
8059         (org-list-struct-fix-ind): Make use of accessors.
8060         (org-list-get-next-item): New function.
8061         (org-list-get-subtree): New function.
8063 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8065         * org-list.el (org-list-struct-assoc-at-point): Add checkbox to
8066         list structure.
8068         * org-list.el (org-list-struct-assoc-at-point): Add checkbox as
8069         value in structure.
8071         * org-list.el (org-list-struct-apply-struct): Also apply
8072         checkboxes.
8074 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8076         * org-latex.el (org-export-latex-content): Bind local variables
8077         for export in the temporary export buffer.
8079 2011-07-28  David Maus  <dmaus@ictsoc.de>
8081         * org-protocol.el (org-protocol-unhex-single-byte-sequence)
8082         (org-protocol-unhex-string, org-protocol-unhex-compound): Change
8083         date of obsolete declaration to 2011-02-17.
8085 2011-07-28  David Maus  <dmaus@ictsoc.de>
8087         * org.el (org-link-escape): Throw error if encoding character in
8088         utf8 fails.
8090 2011-07-28  David Maus  <dmaus@ictsoc.de>
8092         * org-protocol.el (org-protocol-split-data)
8093         (org-protocol-open-source): Use `org-link-unescape' instead of
8094         obsolete unhex string function.
8096 2011-07-28  David Maus  <dmaus@ictsoc.de>
8098         * org.el (org-link-escape, org-link-escape-chars-browser)
8099         (org-link-escape-chars): Always percent escape the percent sign.
8101 2011-07-28  David Maus  <dmaus@ictsoc.de>
8103         * org.el (org-link-unescape): Simpler algorithm for replacing
8104         percent escapes.
8105         (org-link-unescape-compound): Use cond statements instead of nested
8106         if, convert hex string with string-to-number, save match data.
8107         (org-link-unescape-single-byte-sequence): Use mapconcat and
8108         string-to-number for unescaping single byte sequence.
8110 2011-07-28  David Maus  <dmaus@ictsoc.de>
8112         * org.el (org-link-escape): Rename lambda argument.
8114 2011-07-28  David Maus  <dmaus@ictsoc.de>
8116         * org.el (org-link-escape-chars-browser, org-link-escape-chars):
8117         Add percent sign to list of escape chars.
8119 2011-07-28  David Maus  <dmaus@ictsoc.de>
8121         * org-mobile.el (org-mobile-escape-olp): Use new percent escape
8122         character table format.
8124 2011-07-28  David Maus  <dmaus@ictsoc.de>
8126         * org-mobile.el (org-mobile-locate-entry): Remove obsolete
8127         argument in call to org-link-unescape.
8129 2011-07-28  David Maus  <dmaus@ictsoc.de>
8131         * org-protocol.el (org-protocol-unhex-string)
8132         (org-protocol-unhex-compound)
8133         (org-protocol-unhex-single-byte-sequence): Declare obsolete and
8134         alias to respective org-link-unescape-* functions.
8136 2011-07-28  David Maus  <dmaus@ictsoc.de>
8138         * org.el (org-link-unescape, org-link-unescape-compound)
8139         (org-link-unescape-single-byte-sequence): Functions moved and renamed
8140         from org-protocol.el.
8142 2011-07-28  David Maus  <dmaus@ictsoc.de>
8144         * org-macs.el (org-char-to-string): Inline function to properly
8145         decode utf8 characters in Emacs 22.  Moved and renamed from
8146         org-protocol.el.
8148 2011-07-28  David Maus  <dmaus@ictsoc.de>
8150         * org.el (org-link-escape): New optional argument.  Merge user
8151         table with default table.
8153 2011-07-28  David Maus  <dmaus@ictsoc.de>
8155         * org.el (org-link-escape): Fixup doc string.
8157 2011-07-28  David Maus  <dmaus@ictsoc.de>
8159         * org.el (org-link-escape-chars, org-link-escape-chars-browser):
8160         New format of percent escape table.
8161         (org-link-escape): Use new table format.
8163 2011-07-28  David Maus  <dmaus@ictsoc.de>
8165         * org.el (org-link-escape): New Unicode aware percent encoding
8166         algorithm.
8168 2011-07-28  Sebastian Rose  <sebastian_rose@gmx.de>
8170         * org-protocol.el (org-protocol-unhex-single-byte-sequence): New
8171         function.  Decode hex-encoded singly byte sequences.
8172         (org-protocol-unhex-compound): Use new function if decoding sequence
8173         as Unicode character failed.
8175 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8177         * org-html.el (org-export-as-html): Expand the HTML title.
8179 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8181         * org-publish.el (org-publish-cache-ctime-of-src): Improve
8182         docstring.
8183         (org-publish-find-title): New option to explicitly reset the title
8184         in the cache.
8185         (org-publish-format-file-entry): Use this new option.
8187 2011-07-28  Dan Davison  <dandavison7@gmail.com>
8189         * org-exp.el (org-export-preprocess-string): Set the source buffer
8190         and use `org-clone-local-variables' to get local variables from
8191         it.
8193 2011-07-28  Dan Davison  <dandavison7@gmail.com>
8195         * org-exp.el (org-export-format-source-code-or-example): Allow
8196         empty string as second element in minted/listings options.
8198 2011-07-28  Dan Davison  <dandavison7@gmail.com>
8200         * org-exp.el (org-export-format-source-code-or-example): Support
8201         new user-customizable options.
8202         (org-export-latex-custom-lang-environments): Ensure new variable
8203         is defined.
8204         (org-export-latex-listings-options): Ensure new variable is defined.
8205         (org-export-latex-minted-options): Ensure new variable is defined.
8207 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8209         * org-html.el (org-export-as-html): Handle the case when
8210         `org-export-html-validation-link' is nil to keep backward
8211         compatible with the old default value of this variable.
8213 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8215         * ob.el (org-babel-insert-result): Don't choke if indent is not a
8216         number.
8218 2011-07-28  Christian Moe  <mail@christianmoe.com>  (tiny change)
8220         * org-bbdb.el (org-bbdb-export): When a link description has been
8221         added by `org-export-normalize-links', use path instead (remove
8222         the `bbdb:' prefix).
8224 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8226         * org-ascii.el (org-export-ascii-underline): Put the level's
8227         characters in the right order, as documented by the docstring.
8228         (org-ascii-level-start): Select the right char for underlining
8229         headlines.
8231 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8233         * org-src.el (org-edit-src-code): Allow to edit source code from
8234         modes derived from Org.
8236 2011-07-28  Niels Giesen  <niels.giesen@gmail.com>
8238         * org-clock.el (org-clock-clocktable-language-setup): Add list of
8239         dutch strings.
8241 2011-07-28  Dan Davison  <dandavison7@gmail.com>
8243         * org-beamer.el: Mark frame as fragile when it is using minted for
8244         src block export.
8246 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8248         * org-agenda.el (org-agenda-date-later)
8249         (org-agenda-date-earlier): Enhance docstrings.
8250         (org-agenda-bulk-mark-regexp): Only match against headlines.
8251         Send a message when no entry is marked.
8252         (org-agenda-bulk-action): Fix bug about scattering deadlines.
8253         Send an error when trying to scatter outside an agenda or a
8254         timeline view.  Silently fail when trying to scatter sexp entries.
8256 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8258         * org-clock.el (org-clock-clocktable-language-setup): New custom
8259         variable.
8260         (org-clocktable-defaults): Set the default language.
8261         (org-clocktable-write-default): Use the new variable.
8263 2011-07-28  Dan Davison  <dandavison7@gmail.com>
8265         * ob.el (org-babel-src-block-names): Don't strip text properties
8266         from search hits.
8267         (org-babel-result-names): Don't strip text properties from search
8268         hits.
8270 2011-07-28  Dan Davison  <dandavison7@gmail.com>
8272         * ob-python.el (org-babel-python-evaluate-session): Pass nil as
8273         remove-echo part of META argument to
8274         `org-babel-comint-with-output'.
8276 2011-07-28  Dan Davison  <dandavison7@gmail.com>
8278         * ob.el (org-babel-script-escape): Use `substring' comparison
8279         instead of regexp matching.
8281 2011-07-28  Dan Davison  <dandavison7@gmail.com>
8283         * org-src.el (org-edit-src-code): When generating the code edit
8284         buffer, it is necessary for several variables to inherit their
8285         values from the parent org buffer.  These changes collect all such
8286         variables together into a single association list of
8287         `(variable-name value)' pairs.  In addition, a new variable is
8288         added to the list: `org-edit-src-content-indentation'.  This has
8289         the effect that a buffer local value can be used for that
8290         variable.
8292 2011-07-28  Dan Davison  <dandavison7@gmail.com>
8294         * ob-table.el (sbe): Don't truncate sbe results.
8296 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
8298         * org-exp.el (org-export-add-options-to-plist): Require match to
8299         start at a word-boundary.
8301 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8303         * org-latex.el (org-export-latex-hyperref-format): Update
8304         docstring.
8306 2011-07-28  Tom Dye  <tsd@tsdye.com>
8308         * org.el: Update documentation of `org-add-link-type'.
8310 2011-07-28  Dan Davison  <dandavison7@gmail.com>
8312         * org.el (org-open-at-point): Fix bug when using prefix arg to
8313         construct `org-link-search' call.  Rename prefix arg with a more
8314         generic name, to reflect its diverse uses in this function.
8316 2011-07-28  Rémi Vanicat  <vanicat@debian.org>
8318         * org-icalendar.el (org-icalendar-use-UTC-date-time): Remove.
8319         (org-icalendar-date-time-format): New custom variable.
8320         (org-icalendar-use-UTC-date-timep): New function.
8321         (org-ical-ts-to-string): Use the new variable.
8323 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8325         * org-vm.el (org-vm-store-link): Make sure the buffer is
8326         associated with a file when trying to store an Org link.
8328 2011-07-28  Dan Davison  <dandavison7@gmail.com>
8330         * ob.el (org-babel-params-from-properties): Test for
8331         "header-arg-name" and ":header-arg-name", in that order.
8333 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8335         * org-capture.el (org-capture-templates): Document "currentfile"
8336         for capture template.
8337         (org-capture-templates): Allow to use currentfile for capture
8338         templates.
8339         (org-capture-set-target-location): Handle currentfile as a way to
8340         setting the capture buffer.
8342 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8344         * ob.el (org-babel-params-from-properties): Don't wrap
8345         `org-entry-get' into `condition-case'.
8347 2011-07-28  Dan Davison  <dandavison7@gmail.com>
8349         * org.el (org-entry-get): Don't look for a property drawer if we
8350         are before the first heading in the file.
8351         (org-entry-get-with-inheritance): Don't attempt to move up the
8352         tree if we are before the first heading in the file.  Also,
8353         enclose less of the function in the `save-excursion'.
8355 2011-07-28  Dan Davison  <dandavison7@gmail.com>
8357         * ob.el (org-babel-params-from-buffer): Return desired value
8358         rather than nil from failed re search.
8360 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8362         * org-agenda.el (org-get-entries-from-diary): Put multiline diary
8363         entries on a single line when lines don't start with a diary time.
8365 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8367         * org-html.el (org-export-html-protect-char-alist): New custom
8368         variable to define characters to be HTML protected.
8369         (org-html-protect): Use the new variable.
8371 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8373         * org-info.el (org-info-store-link): Use "#" to separate the info
8374         file and the node.
8375         (org-info-follow-link): Use both "#" to separate the info file and
8376         the node.  Continue to use ":" for backward compatibility.
8378 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8380         * org-icalendar.el (org-icalendar-honor-noexport-tag): New custom
8381         variable.
8382         (org-print-icalendar-entries): Use this new variable to prevent
8383         export of entries with a :noexport: tag.
8385 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8387         * org-exp.el (org-export-initial-scope): New custom variable.
8388         (org-export): Use this new variable.  If there is an active
8389         region, tell it when prompting the user for an export command.
8390         Also change the way the function handles selection of buffer and
8391         subtree export.
8393 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8395         * org-html.el (org-export-html-auto-preamble)
8396         (org-export-html-auto-postamble): Remove.
8397         (org-export-html-preamble, org-export-html-postamble): Turn into
8398         custom variables.  Update the docstrings.
8399         (org-export-html-preamble-format)
8400         (org-export-html-postamble-format): New custom variables.
8401         (org-export-as-html): Use `org-export-html-postamble-format' and
8402         `org-export-html-preamble-format'.
8403         (org-export-html-title-format): Delete.
8405 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8407         * org-exp-blocks.el (org-export-blocks-format-ditaa): This
8408         function is begin deprecated in favor of begin_src blocks.
8409         (org-export-blocks-format-dot): This function is begin deprecated in
8410         favor of begin_src blocks.
8412 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8414         * ob.el (org-babel-header-arg-names): no-expand is now part of the
8415         default header argument names list.
8417 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
8419         * org-publish.el (org-publish-sitemap-date-format)
8420         (org-publish-sitemap-file-entry-format): New custom variables.
8421         (org-publish-projects): Use these variables to format the sitemap
8422         entries.
8424 2011-07-28  Ulf Stegemann  <ulf-news@zeitform.de>
8426         * org-gnus.el (org-gnus-store-link): Allow `org-link' creation
8427         from `message-mode'.
8429 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
8431         * org-agenda.el (org-agenda-filter-by-tag): Refresh agenda when
8432         updating the filter while the clock report is following the
8433         filter.
8435 2011-07-28  Julien Danjou  <julien@danjou.info>
8437         * org-agenda.el (org-agenda): Kill all local variables.  This
8438         assures we are not keeping buffer variable from an old agenda view
8439         when switching to a new custom agenda.
8441 2011-07-28  Julien Danjou  <julien@danjou.info>
8443         * org-crypt.el (org-encrypt-string): New function.
8444         (org-encrypt-entry): Use org-encrypt-string to encrypt, so we use
8445         cached crypted values.
8446         (org-decrypt-entry): Store crypted text in decrypted text.
8448 2011-07-28  Dan Davison  <dandavison7@gmail.com>
8450         * ob-exp.el (org-babel-exp-lob-one-liners): Only replace the match
8451         if a non-nil result is returned.
8453 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
8455         * org-agenda.el (org-agenda-get-day-entries): Compare DATE with
8456         modified today.
8458 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8460         * org.el (org-update-parent-todo-statistics): Fix bug when
8461         updating statistics from the column view.
8463 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8465         * org-agenda.el (org-agenda-bulk-mark-regexp): New command.
8466         (org-agenda-menu): Add the new command to the menu.
8467         (org-agenda-mode-map): Add % as the keybinding for the new
8468         command.
8470 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8472         * org-exp.el (org-export-target-internal-links): Locally turn on
8473         `org-link-search-must-match-exact-headline' to match exact
8474         internal links.
8476 2011-07-28  Julien Danjou  <julien@danjou.info>
8478         * org-faces.el (org-special-keyword): Make it inherited from
8479         `font-lock-keyword-face'.
8481 2011-07-28  Julien Danjou  <julien@danjou.info>
8483         * org-faces.el (org-link): Make `org-link' inherits from `link'
8484         face.
8486 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8488         * org.el (org-narrow-to-block): New function to narrow to block.
8489         Bound this function to `C-x n b'.
8491 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8493         * org.el (org-schedule, org-deadline): Fix bug: take care of
8494         repeating timestamps like ".+1d/3d" or "+1d 10d".
8496 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8498         * org-agenda.el (org-agenda-repeating-timestamp-show-all): Allow
8499         to use a list of TODO keywords as the value of this variable.  The
8500         agenda will show repeating stamps for entries matching these TODO
8501         keywords.
8502         (org-agenda-get-timestamps, org-agenda-get-deadlines)
8503         (org-agenda-get-scheduled): Allow the use of a list of keywords in
8504         `org-agenda-repeating-timestamp-show-all'.
8506 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8508         * org-latex.el (org-export-latex-emph-format): Don't use
8509         `org-export-latex-use-verb'.  Remove this variable.
8511 2011-07-28  Jason Dunsmore  <emacs-orgmode@dunsmor.com>  (tiny change)
8513         * org-html.el (org-html-handle-time-stamps): Fix bug when
8514         exporting inactive timestamps.
8516 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8518         * org-archive.el (org-archive-save-context-info): Fix docstring
8519         typo.
8520         (org-archive-subtree-add-inherited-tags): New variable to control
8521         whether inherited tags should be appended to local tags when
8522         archiving subtrees.
8523         (org-archive-subtree): Use the new variable.
8525 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8527         * org-archive.el (org-archive-save-context-info): Fix docstring.
8529 2011-07-28  Julien Danjou  <julien@danjou.info>
8531         * org-crypt.el (org-decrypt-entry): Delete \n on top level
8532         heading.  This avoids a display bug showing the heading outlined
8533         where the text is not since it does not have the outline property.
8534         Restore subtree visibility state after decryption.
8536 2011-07-28  Julien Danjou  <julien@danjou.info>
8538         * org-agenda.el (org-agenda-list): Use `org-agenda-current-span'
8539         as a possible default span if it is set.
8541 2011-07-28  Dan Davison  <dandavison7@gmail.com>
8543         * org-src.el (org-edit-src-persistent-message): Change docstring.
8544         (org-edit-src-code): Get rid of help message in echo area.
8546         * ob.el (org-babel-do-in-edit-buffer): Do not pass 'quietly
8547         argument to org-edit-src-code as this has been removed.
8549 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8551         * org-latex.el (org-export-latex-emphasis-alist): Use
8552         \protectedtexttt for the =...= emphasis and \verb for the ~...~
8553         emphasis.
8554         (org-export-latex-use-verb): Now defaults to t.
8555         (org-export-latex-emph-format): Distinguish between =...= and
8556         ~...~ emphasis.
8558 2011-07-28  Julien Danjou  <julien@danjou.info>
8560         * org.el (org-link-expand-abbrev): Allow any type of character in
8561         link expand.
8563 2011-07-28  Dan Davison  <dandavison7@gmail.com>
8565         * ob-lob.el (org-babel-lob-ingest): Add prefix to file prompt.
8567 2011-07-28  Dan Davison  <dandavison7@gmail.com>
8569         * ob-ref.el (org-babel-ref-resolve): `save-window-excursion' when
8570         resolving references.
8572 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8574         * org-html.el (org-export-html-html-helper-timestamp): Use <hr/>
8575         instead of <hr> to keep w3c validator happy.
8577 2011-07-28  Dan Davison  <dandavison7@gmail.com>
8579         * ob.el (org-babel-where-is-src-block-head): Detect src block if
8580         point is on a #+header line.
8582 2011-07-28  Dan Davison  <dandavison7@gmail.com>
8584         * ob.el (org-babel-where-is-src-block-head): Skip over intervening
8585         #+header lines when searching for block associated with block name
8586         line.
8588 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8590         * ob.el (org-babel-result-end): Replace call to `org-in-item-p' to
8591         the more specific `org-at-item-p'.
8593 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8595         * org-latex.el (org-latex-default-figure-position): New defcustom
8596         for default placement of latex figures.
8597         (org-export-latex-tables): Positioning tables using the new
8598         defcustom variable.
8599         (org-export-latex-format-image): Positioning images using the new
8600         defcustom variable.
8602 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8604         * ob-ditaa.el (org-babel-execute:ditaa): Throw error when
8605         evaluated and :file header argument is missing.
8607 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8609         * ob-exp.el (org-babel-exp-do-export): Simplified, no longer need
8610         to do anything to export code.
8611         (org-babel-exp-results): No longer returns a replacement for the
8612         code block.
8613         (org-babel-exp-inline-src-blocks): Simplified.
8614         (org-babel-exp-src-block): Removed unnecessary pluralization from
8615         function name.
8617 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8619         * ob-exp.el (org-babel-exp-inline-src-blocks): Simplified
8620         exportation of inline code blocks using normal code block
8621         execution mechanism to insert results.
8622         (org-babel-exp-results): Results exportation mechanism is unified
8623         for both inline and regular code blocks.
8625         * ob.el (org-babel-where-is-src-block-result): Returns the point
8626         after an inline code block for inline code blocks.
8628 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8630         * ob.el (org-babel-insert-result): Special handling of the
8631         position of results of inline code blocks.
8632         (org-babel-examplize-region): Now able to comment inline regions.
8634 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
8636         * org-exp.el (org-export-with-LaTeX-fragments): Fix docstring so
8637         that \\[ a = b \\] is not interpreted as a keybinding by
8638         `substitute-command-keys'.
8640 2011-07-28  Dan Davison  <dandavison7@gmail.com>
8642         * org-latex.el (org-export-as-latex): Process export property list
8643         with `org-export-process-option-filters' early in latex export.
8645 2011-07-28  Julien Danjou  <julien@danjou.info>
8647         * org.el: Remove `org-invisible-p': `outline-invisible-p' is
8648         available in Emacs 22 and in recent XEmacs 21.  Replace in various
8649         files.
8651 2011-07-28  Julien Danjou  <julien@danjou.info>
8653         * org-agenda.el (org-agenda-get-progress): Fix regexp for statep:
8654         it must has \\ at the end of the line.  This avoid matching the
8655         following heading when there's no newline between the logged state
8656         and the next heading.
8658 2011-07-28  Julien Danjou  <julien@danjou.info>
8660         * org-agenda.el (org-format-agenda-item): Simplify time comuting.
8662 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8664         * org.el (org-current-level, org-store-link, org-mark-subtree):
8665         Use `org-with-limited-levels'.
8667 2011-07-28  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
8669         * org-publish.el (org-publish-get-base-files): Add sitemap file.
8671 2011-07-28  Matt Lundin  <mdl@imapmail.org>
8673         * org-agenda.el (org-agenda-todo-ignore-deadlines): New option.
8674         (org-agenda-todo-ignore-scheduled): New option.
8675         (org-agenda-todo-ignore-timestamp): New option.
8676         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
8677         Allow user to specify custom distance to ignore (future or past).
8678         (org-agenda-todo-custom-ignore-p): New function.
8680 2011-07-28  Matt Lundin  <mdl@imapmail.org>
8682         * org-habit.el (org-habit-parse-todo) Don't parse more days than
8683         needed.
8685 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8687         * ob.el (org-babel-map-inline-src-blocks): Macro for executing
8688         code in each inline code block.
8689         (org-babel-execute-buffer): Executes inline code blocks as well as
8690         regular code blocks.
8692 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8694         * ob.el (org-babel-result-end): Now recognizes "#+begin_org"
8695         blocks for removal.
8697 2011-07-28  Benjamin Drieu  <bdrieu@april.org>  (tiny change)
8699         * org-clock.el (org-clock-before-select-task-hook): New hook.
8700         (org-clock-select-task): Run new hook.
8702 2011-07-28  Julien Danjou  <julien@danjou.info>
8704         * org-agenda.el (org-agenda-get-blocks): Fix time of start/end of
8705         events with range.  This display things like: <2011-01-22 Sat
8706         14:00>--<2011-01-23 Sun 20:00> correctly, with the event starting
8707         at 14:00 and ending at 20:00.
8709 2011-07-28  Dan Davison  <dandavison7@gmail.com>
8711         * ob.el (org-babel-inline-src-block-regexp): Character preceding
8712         "src_" can now be anything as long as it is neither alphanumeric
8713         nor '-'.
8715 2011-07-28  Dan Davison  <dandavison7@gmail.com>
8717         * ob.el (org-babel-merge-params): Docstring typo.
8719 2011-07-28  Dan Davison  <dandavison7@gmail.com>
8721         * ob.el (org-babel-params-from-buffer): Process all #+babel: lines
8722         in the buffer.
8724 2011-07-28  Dan Davison  <dandavison7@gmail.com>
8726         * ob.el (org-babel-get-src-block-info): Alter order of merge
8727         arguments.
8729 2011-07-28  Dan Davison  <dandavison7@gmail.com>
8731         * ob-python.el: Test whether non-nil buffer is #<killed buffer>.
8733 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8735         * ob.el (org-babel-insert-result): Ensure all parts of result
8736         wrappers end in newlines.
8738 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8740         * ob-tangle.el (org-babel-tangle): New :mkdirp header argument
8741         optionally creates parent directories of tangle targets.
8743 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
8745         * org-ascii.el (org-ascii-level-start): Catch the case of levels
8746         which do not have an equivalent in the list of underline
8747         characters.
8749 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8751         * ob-sh.el (org-babel-sh-var-quote-fmt): Now possible to customize
8752         the format string used to escape arguments to shell code blocks.
8754 2011-07-28  Julien Danjou  <julien@danjou.info>
8756         * org-agenda.el (org-agenda-reset-view): New function.
8757         (org-agenda-view-mode-dispatch): Bind space to org-agenda-reset-view.
8759 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
8761         * org-exp.el (org-export-handle-include-files): Support :lines
8762         property.
8763         (org-get-file-contents): New argument lines to include specify a
8764         range of lines to include.
8766 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8768         * org.el (org-fast-tag-selection): Fix bug when assigning keys.
8770 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
8772         * org-latex.el (org-export-latex-make-header): Export email in
8773         author line if `org-export-email-info' is non-nil.
8775 2011-07-28  Julien Danjou  <julien@danjou.info>
8777         * org-agenda.el (org-agenda-goto-today): Respect current span.
8779 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
8781         * org-complete.el (pcomplete/org-mode/link)
8782         (pcomplete/org-mode/todo, pcomplete/org-mode/prop): Copy list
8783         before uniquifying.
8785 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8787         * ob-tangle.el (org-babel-spec-to-string): Adding "noweb" as a
8788         linking comment type
8789         (org-babel-tangle-comment-links): Returns comment links for the
8790         source code block at point.
8792 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8794         * org.el (org-refile-check-position): Send a more explicit message
8795         on how to clear the cache before refiling again.
8797 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
8799         * org-agenda.el (org-agenda-skip-function-global): New option.
8800         (org-agenda-skip-eval): New function.
8801         (org-agenda-skip): Use `org-agenda-skip-eval' and also check for
8802         the global skipping condition.
8804 2011-07-28  David Maus  <dmaus@ictsoc.de>
8806         * org-html.el (org-export-as-html): Handle timestamps after
8807         handling links.
8809 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8811         * ob-tangle.el (org-babel-tangle-jump-to-org): Ever wider searches
8812         until either a matching block is found, or the limits of the file
8813         are reached.
8815 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8817         * ob.el (org-babel-update-block-body): Literal argument to
8818         `replace-match' to allow insertion of text containing '\'.
8820 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8822         * ob-ref.el (org-babel-ref-parse): Allow passing empty strings
8823         into code blocks.
8825 2011-07-28  David Maus  <dmaus@ictsoc.de>
8827         * test-org-table.el
8828         (test-org-table/org-table-convert-refs-to-rc/3)
8829         (test-org-table/org-table-convert-refs-to-rc/2)
8830         (test-org-table/org-table-convert-refs-to-rc/1)
8831         (test-org-table/org-table-convert-refs-to-an/3)
8832         (test-org-table/org-table-convert-refs-to-an/2)
8833         (test-org-table/org-table-convert-refs-to-an/1): Provide tests for
8834         table formular format conversion.
8836 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
8838         * org.el (org-sort-entries): Fix sorting with a bold emphasis at
8839         bol.
8841 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8843         * ob.el (org-babel-open-src-block-result): Must collect result
8844         *before* jumping to the result buffer.
8846 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8848         * ob.el (org-babel-src-block-names): Fix bug, wrong match-string
8849         used after update to regexp.
8851 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8853         * ob.el (org-babel-temp-file): Ensure that
8854         `org-babel-temporary-directory' is bound before using.
8855         (org-babel-remove-temporary-directory): Safer error throwing.
8857 2011-07-28  niels giesen  <niels.giesen@gmail.com>
8859         * org-docbook.el (org-export-docbook-finalize-table): Do literal
8860         replacements.
8862 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8864         * ob.el (org-babel-execute-src-block): Uses org-src-lang-modes to
8865         resolve language names for evaluation.
8867 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
8869         * org-capture.el (org-capture-templates): Add %f and %F escapes
8870         (org-capture): Add more information to capture property list
8871         (org-capture-fill-template): Handle %f and %F escapes.
8873 2011-07-28  David Maus  <dmaus@ictsoc.de>
8875         * org-publish.el (org-publish-cache-ctime-of-src): Use mtime of
8876         symlink target.
8878 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
8880         * org.el (org-occur-next-match): New function.
8881         (org-mode): Set the variable `next-error-function'.
8882         (org-highlight-new-match): Add an `org-type' property to the
8883         overlays.
8885 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8887         * ob-calc.el: No longer require `calc-trail' on XEmacs.
8889 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
8891         * org.el (org-modules): Add `org-eshell'.
8893 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
8895         * org-special-blocks.el (htmlp, latexp, line): Add defvars for
8896         dynamically scoped variables.
8898         * org.el (org-modules): Move `org-special-blocks' into the core
8899         modules section.
8901 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
8903         * org-special-blocks.el: New file.
8905 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
8907         * org.el (org-plist-delete): Remove duplicate definition.
8909 2011-07-28  Bernt Hansen  <bernt@norang.ca>
8911         * org-agenda.el (org-agenda-goto): Display invisible entry text.
8913         * org-agenda.el (org-agenda-switch-to): Display invisible entry
8914         text.
8916 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
8918         * org.el (org-get-category): New optional argument FORCE-REFRESH.
8919         Automatically refresh if the property is not there.
8920         (org-entry-properties): Remove refresh - this is now done in
8921         org-get-category.
8923         * org-clock.el (org-clock-insert-selection-line): Let
8924         `org-get-category' do the property refresh.
8926         * org-archive.el (org-archive-subtree): Force a refresh of
8927         category properties.
8929 2011-07-28  Julien Danjou  <julien@danjou.info>
8931         * org-icalendar.el (org-print-icalendar-entries): Do not manually
8932         refresh categories.
8934 2011-07-28  Dan Davison  <dandavison7@gmail.com>
8936         * org.el (org-display-inline-images): Check for clear-image-cache
8937         before using it.
8939 2011-07-28  Bernt Hansen  <bernt@norang.ca>
8941         * org.el: Document missing value for org-link-frame-setup.
8943 2011-07-28  Dan Davison  <dandavison7@gmail.com>
8945         * ob-R.el (org-babel-R-write-object-command): Force evaluation of
8946         user code prior to the R exception-handling, so that errors in
8947         user code are unhandled.
8949 2011-07-28  Dan Davison  <dandavison7@gmail.com>
8951         * org-src.el (org-src-font-lock-fontify-block): Test, early on,
8952         that a major-mode function corresponding to the language string
8953         exists.
8955 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8957         * org-exp.el (org-export-mark-list-ending): Insert additional
8958         newline characters if end-list-marker is at a wrong position.
8960 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8962         * ob.el (org-babel-script-escape): Replace commas with spaces for
8963         better list reading when list items are packed with commas,
8964         e.g. Haskell list output.
8966 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8968         * ob-sass.el (org-babel-execute:sass): Uses ob-eval for better
8969         error reporting.
8971 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8973         * ob.el (org-babel-confirm-evaluate): Fix for the case when
8974         org-confirm-babel-evaluate is a function (used to always ask no
8975         matter what the function returns).
8977 2011-07-28  Dan Davison  <dandavison7@gmail.com>
8979         * ob-R.el: Delete duplicated function.
8981 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8983         * ob.el (org-babel-execute-src-block): Removed unused flet
8984         function.
8986 2011-07-28  Dan Davison  <dandavison7@gmail.com>
8988         * ob-asymptote.el (org-babel-execute:asymptote): Return nil to
8989         signal that the intended content has been written to file.
8991         * ob-ditaa.el (org-babel-execute:ditaa): Return nil to signal that
8992         the intended content has been written to file.
8994         * ob-dot.el (org-babel-execute:dot): Return nil to signal that the
8995         intended content has been written to file.
8997         * ob-gnuplot.el (org-babel-execute:gnuplot): Return nil to signal
8998         that the intended content has been written to file.
9000         * ob-latex.el (org-babel-execute:latex): Return nil to signal that
9001         the intended content has been written to file.
9003         * ob-mscgen.el (org-babel-execute:mscgen): Return nil to signal
9004         that the intended content has been written to file.
9006         * ob-octave.el (org-babel-execute:octave): Return result; not name
9007         of output file.
9009         * ob-plantuml.el (org-babel-execute:plantuml): Return nil to
9010         signal that the intended content has been written to file.
9012         * ob-python.el (org-babel-execute:python): Return result; not name
9013         of output file.
9015         * ob-ruby.el (org-babel-execute:ruby): Return result; not name of
9016         output file.
9018         * ob-sass.el (org-babel-execute:sass): Return nil if result has
9019         been written to file.
9021 2011-07-28  Dan Davison  <dandavison7@gmail.com>
9023         * ob-R.el (org-babel-R-graphical-output-file): New function
9024         returns the name of the output file iff R has been instructed to
9025         send graphical output to file by means of the ":results graphics"
9026         directive.
9027         (org-babel-expand-body:R): Use `org-babel-R-graphical-output-file'
9028         when constructing the R code to evaluate, which may be augmented
9029         with code implementing the writing of graohical output to file.
9030         (org-babel-execute:R): Use `org-babel-R-graphical-output-file' to
9031         determine whether R is taking responsibility for writing output to
9032         file; if so, this is signaled to ob.el by returning a nil result.
9034 2011-07-28  Dan Davison  <dandavison7@gmail.com>
9036         * ob.el (org-babel-format-result): New function to format results
9037         of src block execution.
9038         (org-babel-execute-src-block): Use `org-babel-format-result' when
9039         writing to file.
9040         (org-babel-open-src-block-result): Use `org-babel-format-result'
9041         when displaying results in a buffer.  Name results buffer
9042         differently.
9044 2011-07-28  Dan Davison  <dandavison7@gmail.com>
9046         * ob.el (org-babel-execute-src-block): Avoid calling
9047         `orgtbl-to-generic' on number results.
9049 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9051         * ob.el (org-babel-execute-src-block): Allow specification of
9052         table separator with :sep header argument.
9053         (org-babel-open-src-block-result): Allow specification of table
9054         separator with :sep header argument.
9056 2011-07-28  Dan Davison  <dandavison7@gmail.com>
9058         * ob.el (org-babel-execute-buffer): Wipe error buffer at outset of
9059         executing buffer (note that this handles execute subtree also).
9061 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9063         * org-inlinetask.el (org-inlinetask-in-task-p): Small refactoring,
9064         do not modify match data either.
9065         (org-inlinetask-goto-end): Small refactoring, remove
9066         case-sensitivity.
9067         (org-inlinetask-goto-beginning): Small refactoring, remove
9068         case-sensitivity.
9070 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9072         * org-capture.el (org-capture-set-target-location): Use
9073         `current-time'.
9075 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9077         * org-capture.el (org-capture-set-target-location): Use
9078         `current-time'.
9080 2011-07-28  Bernt Hansen  <bernt@norang.ca>
9082         * org.el (org-before-first-heading-p): If point is on an org-mode
9083         heading line then we are not before the first heading.
9085 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
9087         * org-timer.el (org-timer-continue-hook): Define the variable
9088         (org-timer-pause-or-continue): Run hook after relative timer is
9089         continued.
9091 2011-07-28  Julien Danjou  <julien@danjou.info>
9093         * org-agenda.el (org-compile-prefix-format): Allow %() expression.
9095 2011-07-28  Julien Danjou  <julien@danjou.info>
9097         * org-capture.el (org-capture-fill-template): Use org-eval.
9099 2011-07-28  Julien Danjou  <julien@danjou.info>
9101         * org-agenda.el (org-eval): New function.
9103 2011-07-28  Dan Davison  <dandavison7@gmail.com>
9105         * ob.el (org-babel-execute-src-block): With :results file, when
9106         :file is not supplied, interpret result as a file link as long as
9107         it is a string.
9109 2011-07-28  David Maus  <dmaus@ictsoc.de>
9111         * org-latex.el (org-export-latex-preprocess): Don't convert link
9112         description parts that look like numeric footnote.
9114 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9116         * org-latex.el (org-export-latex-tables): Allowing specification
9117         of tabular[xy] inner environments through the ATTR_LaTeX line.
9119 2011-07-28  Julien Danjou  <julien@danjou.info>
9121         * org-capture.el (org-capture-fill-template): Use
9122         `org-set-property' directly.
9124 2011-07-28  Julien Danjou  <julien@danjou.info>
9126         * org-agenda.el (org-agenda-prefix-format): Add missing `search'
9127         item in docstring.
9129 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9131         * org-exp.el (org-export-string): Use `format' to construct
9132         function call to allow symbolic or string arguments.
9134 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9136         * org-capture.el (org-capture-place-entry):
9137         (org-capture-insert-template-here): Check tree for validity before
9138         pasting it.
9140 2011-07-28  Julien Danjou  <julien@danjou.info>
9142         * org-gnus.el (org-gnus-store-link): Trim date.
9144 2011-07-28  Julien Danjou  <julien@danjou.info>
9146         * org.el (org-email-link-description): Allow to retrieve email
9147         link date.
9149 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
9151         * org.el (org-make-target-link-regexp): `regexp-quote' target
9152         before replacing whitespace.
9154 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9156         * ob.el (org-babel-expand-noweb-references): Noweb references can
9157         now be resolved from the library of babel.
9159 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9161         * ob.el (org-babel-result-end): No longer leaving trailing new
9162         line after block removal.
9164 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9166         * org-latex.el (org-export-latex-first-lines): Anchor outline
9167         regexp during LaTeX tree export.
9169 2011-07-28  Konrad Hinsen  <konrad.hinsen@fastmail.net>
9171         * ob-python.el (org-babel-python-initiate-session-by-key): Make
9172         sure that py-which-bufname is initialized, as otherwise it will be
9173         overwritten the first time a Python buffer is created.
9175 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9177         * ob-sh.el (org-babel-sh-var-to-sh): Better escaping of variables
9178         with spaces.
9180 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9182         * ob-org.el (org-babel-execute:org): Padding code block with an
9183         empty title on LaTeX export.
9185 2011-07-28  Matt Lundin  <mdl@imapmail.org>
9187         * org.el (org-entry-properties): Stop scanning for timestamps if a
9188         specific timestamp property (e.g., DEADLINE, SCHEDULED, etc.) is
9189         requested and a match is found.  Also, if a specific timestamp
9190         property is requested, do not push non-relevant timestamps onto
9191         property list.
9193 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9195         * org-agenda.el (org-agenda-add-time-grid-maybe): Show time only
9196         when grid is being made for today.
9198 2011-07-28  Matt Lundin  <mdl@imapmail.org>
9200         * org-agenda.el (org-agenda-get-scheduled): Don't call
9201         `org-is-habit-p' until after checking for
9202         `org-agenda-skip-scheduled-if-done'.
9204 2011-07-28  Achim Gratz  <Stromeko@nexgo.de>
9206         * org.el: Remove spurious linebreak introduced by earlier patch.
9208         * ob.el, ob-ref.el: Remove double fix of the same problem.
9210 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9212         * org-table.el (orgtbl-ctrl-c-ctrl-c): Parse buffer for constants.
9214 2011-07-28  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>
9216         * org-html.el (org-export-html-mathjax-template): Displaymath
9217         environment and MathJax.
9219 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9221         * org-faces.el (org-agenda-current-time): New face.
9223         * org-agenda.el (org-agenda-show-current-time-in-grid):
9224         (org-agenda-current-time-string): New options.
9225         (org-agenda-add-time-grid-maybe): Add current time to time grid.
9227 2011-05-10  Jim Meyering  <meyering@redhat.com>
9229         Fix doubled-word typos.
9230         * org-agenda.el (org-agenda-entry-types): the the -> the
9231         * org-table.el (org-table-get-remote-range): or or -> or
9232         * org-wl.el (org-wl-folder-type): the the -> the
9233         * org.el (org-goto, org-inside-LaTeX-fragment-p): Likewise.
9235 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9237         * org-src.el (org-src-switch-to-buffer):
9238         * org-plot.el (org-plot/gnuplot-script, org-plot/gnuplot):
9239         * org-mouse.el (org-mouse-agenda-type):
9240         * org-freemind.el (org-freemind-node-to-org):
9241         * ob-sql.el (org-babel-execute:sql):
9242         * ob-exp.el (org-babel-exp-do-export, org-babel-exp-code):
9243         * ob-ref.el (org-babel-ref-resolve): Fix use of case.
9245 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
9247         * Version 23.3 released.
9249 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
9251         * org.el (org-blank-before-new-entry, org-context-in-file-links)
9252         (org-refile-targets, org-log-repeat, org-insert-link)
9253         (org-speed-command-default-hook, org-speed-command-hook)
9254         (org-in-regexps-block-p, org-yank-generic, org-goto-first-child):
9255         Fix typos in docstrings.
9256         (org-toggle-pretty-entities): Fix typo in message.
9258 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
9260         * org-id.el: Don't set `kill-emacs-hook' on noninteractive sessions.
9262 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9264         * org-remember.el (org-remember-mode-map):
9265         * org-src.el (org-src-mode-map): Move initialization into declaration.
9267 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9269         * org-remember.el (org-remember-mode):
9270         * org-capture.el (org-capture-mode): Don't run hook redundantly.
9272 2011-01-09  Chong Yidong  <cyd@stupidchicken.com>
9274         * org-faces.el (org-link): Inherit from link face.
9275         Suggested by Joakim Verona.
9277 2010-12-11  Tassilo Horn  <tassilo@member.fsf.org>
9279         * org-footnote.el (org-footnote-create-definition): Place
9280         Footnotes section before message-signature-separator also in modes
9281         derived from message-mode.
9283 2010-12-11  Julien Danjou  <julien@danjou.info>
9285         * org.el (org-make-tags-matcher): Remove useless cat-p value.
9287 2010-12-11  Julien Danjou  <julien@danjou.info>
9289         * org.el (org-entry-properties): Enhance docstring.
9291 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
9293         * org-list.el (org-list-top-point-with-indent)
9294         (org-list-bottom-point-with-indent): Pay also attention to
9295         'original-indentation property of text, as blocks are put to
9296         column 0 upon exporting.
9298 2010-12-11  Dan Davison  <dandavison7@gmail.com>
9300         * ob.el (org-babel-remove-temporary-directory): Handle exception
9301         with message informing of failure to remove directory.
9303 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
9305         * ob-clojure.el (org-babel-header-arg-names:clojure): Add
9306         `package' to the list of Clojure header arguments which will be read
9307         from heading properties.
9309 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
9311         * org-inlinetask.el (org-inlinetask-export-templates): Add
9312         Sébastien Vauban's suggestion for LaTeX export in docstring.  This is
9313         not default as it requires an additional LaTeX package: "todonotes".
9315 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
9317         * org-inlinetask.el (org-inlinetask-export-templates): New variable.
9319         * org-inlinetask.el (org-inlinetask-export-handler): Make use of
9320         templates to export inline tasks.
9322 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
9324         * org.el (org-current-level): Ignore inline tasks when getting current
9325         level of entry.
9327 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
9329         * org.el (org-indent-line-function): Ignore drawers inside inline
9330         tasks  if the line to indent isn't inside an inline task itself.
9332 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
9334         * org-inlinetask.el (org-inlinetask-get-task-level): New function.
9336         * org-indent.el (org-indent-add-properties): Find true level of
9337         indentation wrt inline tasks.
9339 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
9341         * org-inlinetask.el (org-inlinetask-outline-regexp): New function.
9343         * org-inlinetask.el (org-inlinetask-goto-beginning): New function.
9345         * org-inlinetask.el (org-inlinetask-goto-end): New function.
9347         * org.el (org-mark-subtree): New command.
9349         * org.el (org-speed-commands-default, org-mode-map): Make use of
9350         new command.
9352 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
9354         * org-inlinetask.el (org-inlinetask-export-handler): Remove protection
9355         from @<span class...> so it can be removed during LaTeX export.
9357 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
9359         * ob.el (org-babel-insert-result): More informative code block
9360         evaluation messages.
9362 2010-12-11  Matt Lundin  <mdl@imapmail.org>
9364         * org.el (org-make-heading-search-string): Optionally limit number
9365         of lines stored in file link search strings.
9366         (org-context-in-file-links): Add option to set to integer specifying
9367         number of lines.
9369 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
9371         * org-capture.el (org-capture-finalize): New prefix argument
9372         STAY-WITH-CAPTURE.
9373         (org-capture-refile): Improve docstring.
9375 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
9377         * ob-sql.el (org-babel-execute:sql): Add msosql as optional sql
9378         interaction engine.
9380 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
9382         * org-agenda.el (org-agenda-list):
9383         (org-agenda-goto-today): Use `org-today'.
9385 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
9387         * org-latex.el (org-export-latex-make-header): Swap \begin{document}
9388         and the title/author definitions.
9390 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
9392         * org-macs.el: Better backup definition for
9393         `with-silent-modifications'.
9395 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
9397         * ob-python.el (org-babel-execute:python): Rename "prefix" to
9398         "preamble".
9399         (org-babel-python-evaluate): Rename "prefix" to "preamble".
9400         (org-babel-python-evaluate-external-process): Rename "prefix" to
9401         "preamble".
9403 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
9405         * ob.el (org-babel-examplize-region): Check if `end' is a marker
9406         or a point and handle appropriately.
9408 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
9410         * ob-sql.el (org-babel-execute:sql): Explicitly set field
9411         separator to \t when importing tabular data.
9413 2010-12-11  Julien Danjou  <julien@danjou.info>
9415         * org-agenda.el (org-agenda-custom-commands-local-options):
9416         Allow org-agenda-span to be a symbol.
9417         (org-agenda-ndays): Make obsolete.
9418         (org-agenda-span): New variable superseding org-agenda-ndays.
9419         (org-agenda-menu): Use org-agenda-current-span.
9420         (org-agenda-current-span): New local variable storing current
9421         span.
9422         (org-agenda-list): Take a span instead of ndays as argument.
9423         This function is now responsible for computing the ndays based
9424         on span.
9425         (org-agenda-ndays-to-span): Return span only if number of days
9426         really matches.
9427         (org-agenda-span-to-ndays): New function.
9428         (org-agenda-manipulate-query): Use org-agenda-compute-starting-span.
9429         (org-agenda-goto-today): Use org-agenda-compute-starting-span.
9430         (org-agenda-later): Do not give compute a new span, use the
9431         current one.
9432         (org-agenda-day-view, org-agenda-week-view)
9433         (org-agenda-month-view, org-agenda-year-view): Stop touching
9434         org-agenda-ndays.
9435         (org-agenda-change-time-span): Only compute starting-span.
9436         (org-agenda-compute-starting-span): New function derived from
9437         the old org-agenda-compute-time-span.
9438         (org-agenda-set-mode-name): Compute mode based on
9439         org-agenda-current-span.
9440         (org-agenda-span-name): New function.
9442 2010-12-11  Robert Pluim  <rpluim@gmail.com>  (tiny change)
9444         * org-agenda.el (org-agenda-toggle-deadlines): Fix docstring.
9446 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
9448         * org-clock.el (org-quarter-to-date): Define variables.
9449         (org-clock-special-range): Defin variables.  Use org-floor*.
9450         (org-clocktable-write-default): Define tcol.
9452         * org-compat.el (org-floor*): New function.
9454 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
9455             John Wiegley  <jwiegley@gmail.com>
9457         * org-complete.el: New file.
9459 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
9461         * org-clock.el (org-clocktable-write-default): Fix the % formula.
9463 2010-12-11  Matt Lundin  <mdl@imapmail.org>
9465         * org-agenda.el (org-format-agenda-item): The value of
9466         org-category is not converted to a string unless it is defined.
9468 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
9470         * ob-python.el (org-babel-execute:python): Pass the new "prefix"
9471         header argument through to external evaluation.
9472         (org-babel-python-evaluate): Pass the new "prefix" header argument
9473         through to external evaluation.
9474         (org-babel-python-evaluate-external-process): When specified prepend
9475         "prefix" to the file used in external evaluation.
9477 2010-12-11  Dan Davison  <dandavison7@gmail.com>
9479         * ob-python.el (org-babel-python-evaluate-session): Change python
9480         module name from 'pp' to 'pprint'.
9482 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
9484         * ob-R.el (org-babel-R-evaluate-session): Removing empty lines
9485         from R session output, these are often the result of variable
9486         assignments.
9488 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
9490         * ob-sql.el (orgtbl-to-csv): Declaring an external function to
9491         fix a compiler warning.
9493 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
9495         * ob-eval.el (require): No longer require ob.el to allow
9496         requiring by ob.el.
9498         * ob.el (ob-eval): Require ob-eval.
9500 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
9502         * ob.el (org-babel-confirm-evaluate): Show code block's name when
9503         it is available during evaluation query.
9505 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
9507         * ob-sql.el (org-babel-expand-body:sql): Expand the body of a sql
9508         code block.
9509         (org-babel-execute:sql): Use sql specific body expansion function.
9510         (org-babel-sql-expand-vars): Insert variables into a sql code block.
9512 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
9514         * ob.el (org-babel-insert-result): Using markers instead of
9515         points for more robust buffer anchors.
9517 2010-12-11  Julien Danjou  <julien@danjou.info>
9519         * org-capture.el: Use org-today.
9521 2010-12-11  Julien Danjou  <julien@danjou.info>
9523         * org-habit.el: Use org-today.
9525 2010-12-11  Julien Danjou  <julien@danjou.info>
9527         * org.el (org-auto-repeat-maybe): Use org-today.
9529 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
9531         * org-clock.el (org-day-of-week): New function.
9532         (org-quarter-to-date): New function.
9533         (org-clock-special-range): Implement quarters.
9535 2010-12-11  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
9537         * org.el (org-complete-tags-always-offer-all-agenda-tags):
9538         Fix docstring.
9540 2010-12-11  Julien Danjou  <julien@danjou.info>
9542         * org-agenda.el (org-format-agenda-item): Convert category to a string
9543         if it is a symbol.  This fixes the following call to
9544         org-agenda-get-category-icon which fails if category is not a string.
9546 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
9548         * ob-clojure.el: Updated requirements documentation to mention
9549         the minimum version of Clojure.
9550         (org-babel-expand-body:clojure): Fully qualified function name.
9552 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
9554         * org-latex.el (org-export-latex-lists): Do not add an
9555         unnecessary newline character after a list.
9557         * org-list.el (org-list-bottom-point-with-indent): Ensure bottom
9558         point is just after a non blank line.
9560 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
9562         * ob.el (org-babel-examplize-region): Remove old assertion which
9563         no longer applies to the result insertion code.
9565 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
9567         * ob-python.el (org-babel-execute:python): Use a :return header
9568         argument for external evaluation in which the code block body need
9569         to be wrapped in a function.
9571 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
9573         * ob-clojure.el (org-babel-expand-body:clojure): Trapped free
9574         variable.
9576 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
9578         * org.el (org-edit-special): Edit formulas when in TBLMF line.
9580 2010-12-11  Allen S. Rout  <asr@ufl.edu>  (tiny change)
9582         * org-capture.el (org-capture-after-finalize-hook): New hook.
9583         (org-capture-finalize): Run the new hook.
9585 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
9587         * ob-clojure.el (org-babel-expand-body:clojure): Support for
9588         pretty printing of Clojure code and data.
9590 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
9592         * ob.el (org-babel-insert-result): No longer escape results which
9593         will be wrapped in a block.
9595 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
9597         * ob-eval.el (org-babel-eval-wipe-error-buffer): Fix compiler
9598         warning and added documentation string.
9600 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
9602         * ob-clojure.el (org-babel-execute:clojure): Remade using slime
9603         for all code evaluation.
9605 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
9607         * org-beamer.el (org-beamer-sectioning): Allow overlay arguments for
9608         the column as well.
9610 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
9612         * ob.el (org-babel-confirm-evaluate): More descriptive message
9613         when evaluation is aborted or disabled.
9615 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
9617         * ob.el (org-babel-insert-result): Responds to new "wrap" header
9618         argument.
9619         (org-babel-merge-params): Includes new "wrap" header argument in
9620         one of the results header argument exclusive groups.
9622 2010-12-11  David Maus  <dmaus@ictsoc.de>
9624         * org-macs.el (with-silent-modifications): Fix condition for
9625         with-silent-modification.
9627 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
9629         * ob.el (org-babel-parse-header-arguments): Stripping trailing
9630         spaces off of header arguments (even the first one).
9632 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
9634         * ob-sh.el (org-babel-sh-var-to-sh): Wrap end token of heredoc in
9635         single quotes which is the best practice.
9636         (org-babel-sh-table-or-results): Use `org-babel-script-escape' for
9637         more robust parsing of shell output.
9639 2010-12-11  Dan Davison  <dandavison7@gmail.com>
9641         * org.el (org-additional-option-like-keywords): Add more keywords,
9642         and colons to some old ones.
9644 2010-12-11  Dan Davison  <dandavison7@gmail.com>
9646         * ob-eval.el (org-babel-error-buffer-name): Define new variable.
9648 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
9650         * ob-python.el (org-babel-python-table-or-string):
9651         Using `org-babel-script-escape' for reading string input from scripting
9652         languages.
9654 2010-12-11  Achim Gratz  <Stromeko@nexgo.de>  (tiny change)
9656         * org-macs.el (org-called-interactively-p): Wrap function call in
9657         with-no-warnings.
9658         (with-silent-modifications): Declare macro for Emacs < 23.2.
9660 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
9662         * ob.el (org-babel-parse-header-arguments): Remove addition of
9663         ":" to singleton first header arguments as it was leading to errors.
9665 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
9667         * org-latex.el (org-export-latex-make-header): Run the title through
9668         `org-export-latex-fontify-headline'.
9669         (org-export-latex-fontify-headline): Do the protection of math
9670         snippets also here.
9672 2010-12-11  Richard Lawrence  <richard.lawrence@berkeley.edu>
9674         * org-latex.el (org-export-as-latex): Sent the section title
9675         through the preprocessor.
9677 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
9679         * org-html.el (org-html-level-start): Mark listified headings
9680         with a custom id.
9682 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
9684         * org.el (org-open-at-point): Don't do footnote action if cursor is
9685         on a bracket link.
9687 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
9689         * org.el (org-edit-special): Check also for TBLFM line.
9691 2010-12-11  Achim Gratz  <Stromeko@Stromeko.DE>  (tiny change)
9693         * org-clock.el (org-get-clocktable): Previous patch incorrectly
9694         required whitespace in front of #+BEGIN: and #+END:.
9696 2010-12-11  Dan Davison  <dandavison7@gmail.com>
9698         * org-src.el (org-edit-src-code): Allow region to be inherited by
9699         edit buffer when mark is one character beyond end of src block.
9701 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
9703         * org-list.el (org-cycle-list-bullet): Ensure point is at bol before
9704         checking item indentation.
9706 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
9708         * ob.el (org-babel-map-src-blocks): Move to earlier in the file
9709         and now autoloading.
9711 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
9713         * ob-ref.el (org-babel-ref-at-ref-p): Use higher level function
9714         for testing list membership.
9716         * ob.el (org-babel-read-result): Use higher level function for
9717         testing list membership.
9718         (org-babel-result-end): Use higher level function for testing list
9719         membership.
9721 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
9723         * ob-sqlite.el (ob-eval): Require ob-eval for external command
9724         execution.
9725         (org-babel-execute:sqlite): No longer uses the init option for
9726         passing commands to sqlite.
9728 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
9730         * org.el (org-indent-line-function): Drawers and blocks have no
9731         influence on indentation of text below.  Also fix indentation
9732         problem with a block at column 0 and add a special case for
9733         literal examples.
9735 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
9737         * ob.el (org-babel-map-src-blocks): Ensure that the file argument
9738         is only evaluated once.
9740 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
9742         * ob-ref.el (org-babel-ref-resolve): Recognize `list' as a unique
9743         type of data
9744         (org-babel-ref-at-ref-p): Recognize `list' as a unique type of data.
9746 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
9748         * ob-tangle.el (org-babel-load-file): Can be called interactively.
9750 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
9752         * org-table.el (orgtbl-after-send-table-hook): New hook.
9753         (orgtbl-ctrl-c-ctrl-c): Run `orgtbl-after-send-table-hook' when a
9754         table was sent.
9755         (orgtbl-send-table): Return the number of sent tables, or nil if no
9756         sending has happened.
9758 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
9760         * org.el (org-get-priority-function): New option.
9761         (org-get-priority): Call `org-get-priority-function' if that
9762         has been set.
9764 2010-12-11  Dan Davison  <dandavison7@gmail.com>
9766         * ob-table.el (org-babel-table-truncate-at-newline): Only add
9767         "..." if there is something after the newline.
9769 2010-12-11  Achim Gratz  <Stromeko@nexgo.de>  (tiny change)
9771         * org-clock.el (org-get-clocktable):
9772         (org-in-clocktable-p):
9773         (org-clocktable-shift):
9774         (org-clocktable-steps): Fix regexp to allow for indented clock tables.
9776 2010-12-11  Puneeth Chaganti  <punchagan@gmail.com>
9778         * org-exp.el (org-export-handle-include-files): Support :minlevel
9779         property.
9780         (org-get-file-contents): New argument minlevel to demote included
9781         content.
9783 2010-12-11  Noorul Islam  <noorul@noorul.com>
9785         * org-latex.el (org-export-latex-hyperref-format): New option.
9786         (org-export-latex-href-format): Rename the existing variable
9787         `org-export-latex-hyperref-format' as `org-export-latex-href-format'
9788         (org-export-latex-links): Use `org-export-latex-hyperref-format' and
9789         `org-export-latex-href-format'.
9791 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
9793         * ob-calc.el (org-babel-execute:calc): Ensure the *Calculator*
9794         buffer exists before it is used.
9796 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
9798         * org-exp.el (org-export-preprocess-string): Delay code block
9799         processing a bit to allow correct list parsing in the export string.
9801 2010-12-11  Christopher Allan Webber  <cwebber@dustycloud.org>
9803         * org-agenda.el (org-agenda-timegrid-use-ampm): New option.
9804         (org-agenda-time-of-day-to-ampm): New function.
9805         (org-agenda-time-of-day-to-ampm-maybe): New function.
9806         (org-format-agenda-item): Call org-agenda-time-of-day-to-ampm-maybe.
9808 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
9810         * org-faces.el (org-cycle-level-faces): New option.
9812         * org.el (org-get-level-face): Honor org-cycle-level-faces.
9814 2010-12-11  Julien Danjou  <julien@danjou.info>
9816         * org-agenda.el (org-agenda-today): New function.
9817         (org-agenda-get-day-face): New function.
9818         (org-timeline): Use org-agenda-today and org-agenda-get-day-face.
9819         (org-agenda-list): Use org-agenda-today and org-agenda-get-day-face.
9820         (org-todo-list): Use org-agenda-today.
9821         (org-get-all-dates): Use org-agenda-today.
9822         (org-agenda-day-face-function): New variable.
9823         (org-agenda-get-day-face): Use org-agenda-day-face-function.
9825 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
9827         * org.el (org-ctrl-c-ctrl-c): Consider sending a radio table also
9828         in Org.
9830 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
9832         * org-html.el (org-export-as-html): Do not treat partially
9833         protected lines as if they were fully protected.
9835 2010-12-11  Dan Davison  <dandavison7@gmail.com>
9837         * org-exp.el (org-export-format-source-code-or-example):
9838         Remove hard-wired configuration of minted export
9839         (org-export-latex-minted-with-line-numbers): Remove variable.
9841 2010-12-11  Bastien Guerry  <bzg@gnu.org>
9843         * org-clock.el (org-dblock-write:clocktable): Fix double
9844         reference to `link' in let construct.
9845         (org-clock-clocktable-formatter): Fix typo in docstring.
9846         (org-clocktable-write-default): Fix typo in docstring.
9848 2010-12-11  David Maus  <dmaus@ictsoc.de>
9850         * org-protocol.el (org-protocol-unhex-string): Normalize percent
9851         escape sequence to upper case letters.
9853 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
9855         * ob-lob.el (org-babel-lob-get-info): Include pass-through
9856         header arguments in results variable header argument string.
9858 2010-12-11  David Maus  <dmaus@ictsoc.de>
9860         * org-exp.el (org-export-visible): Limit search for in-buffer options
9861         beginning of first headline.
9863 2010-12-11  David Maus  <dmaus@ictsoc.de>
9865         * org.el (org-open-at-point): Remove stale link handler for news:
9866         links.
9868 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
9870         * org-clock.el (org-clocktable-write-default): Better handling of
9871         narrowing.
9873 2010-12-11  Julien Danjou  <julien@danjou.info>
9875         * org-agenda.el (org-agenda-category-icon-alist): Fix defcustom type.
9877 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
9879         * org.el (org-indent-line-function): Simplify code and remove bug that
9880         would insert a tab at the beginning of the line when trying to
9881         indent the item.
9883 2010-12-11  Julien Danjou  <julien@danjou.info>
9885         * org.el (org-diary-sexp-entry): Split sexp result strings at semicolon.
9887 2010-12-11  Julien Danjou  <julien@danjou.info>
9889         * org-agenda.el (org-agenda-prefix-format): Insert place holder
9890         for icon.
9891         (org-agenda-category-icon-alist): New option.
9892         (org-agenda-get-category-icon): New function.
9893         (org-format-agenda-item): Support for icons.
9894         (org-compile-prefix-format): Support for icons.
9896 2010-12-11  Julien Danjou  <julien@danjou.info>
9898         * org-compat.el: Create defalias for `string-match-p' and
9899         looking-at-p.
9901 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
9903         * ob-calc.el (org-babel-execute:calc): Support for variables --
9904         converts :var variables in calc variables.
9906 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
9908         * org.el (org-sparse-tree): Mention [r] in dispatch menu.
9910 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
9912         * org-list.el (org-list-parse-list): Use `org-looking-at-p'.
9914 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
9916         * org-id.el (org-id-store-link): Test for org-mode before checking
9917         for IDs.
9919 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
9921         * org.el (org-shorten-string): New function.
9923         * org-exp.el (org-export-convert-protected-spaces): New function.
9924         (org-export-preprocess-string):
9925         Call `org-export-convert-protected-spaces' to handle new hard spaces.
9927 2010-12-11  David Maus  <dmaus@ictsoc.de>
9929         * org.el (org-narrow-to-subtree): Check for heading that ends at end
9930         of buffer.
9932 2010-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
9934         * org-capture.el (org-capture-templates): Remove autoload from
9935         defcustom.
9937         * ob-lisp.el (slime): Don't expect slime to be present.
9939 2010-11-11  Dan Davison  <dandavison7@gmail.com>
9941         * ob.el: `copy-sequence' suffices to copy alist; no need for
9942         `copy-tree'.
9944 2010-11-11  Dan Davison  <dandavison7@gmail.com>
9946         * ob.el (org-babel-execute-src-block): If ":results file" is in
9947         effect, then ensure that the value of :file is returned as the
9948         result; don't rely on language files for this.
9950 2010-11-11  Dan Davison  <dandavison7@gmail.com>
9952         * ob.el (org-babel-sha1-hash): Avoid corrupting `info' data
9953         structure by side-effects of `sort'.
9955 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
9957         * org-list.el (org-list-bottom-point-with-indent): Do not check
9958         indentation of a non-empty blank line.
9960         * org-list.el (org-sort-list): Sort a list with point anywhere
9961         inside it.
9963 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
9965         * ob-calc.el (org-babel-execute:calc): Safer evaluation and
9966         hopefully better error messages.
9968 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
9970         * org.el (org-babel-load-languages): Adding calc.
9972 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
9974         * ob.el (org-babel-initiate-session): Don't resolve variable
9975         references unless prefix arg is supplied.
9977 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
9979         * ob-calc.el (org-babel-execute:calc): Ensure that calc stack
9980         refers to the correct stack.
9982 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
9984         * ob-calc.el: Adding the beginnings of support for calc code
9985         blocks.
9987 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
9989         * ob-tangle.el (org-babel-update-block-body): Declaring function
9990         for updating code block bodies.
9991         (org-babel-spec-to-string):
9992         (org-babel-detangle): Detangle all tangled and commented code
9993         blocks in the current file back to org.
9994         (org-babel-tangle-jump-to-org): Jump from a tangled and commented
9995         file back to the originating org-mode code block ob-tangle:
9996         detangle changes in code files back to the original org files.
9998 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10000         * ob-tangle.el (org-babel-tangle-comment-format-beg): Fix typo.
10001         (org-babel-tangle-comment-format-end): Fix typo.
10003 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10005         * org-exp.el (org-export-format-source-code-or-example):
10006         Use minted for latex source code export if `org-export-latex-listings'
10007         has the value 'minted.
10009         * org-latex.el (org-export-latex-listings): Document special value
10010         'minted.
10012         * org-latex.el (org-export-latex-minted): Delete variable.
10014 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10016         * ob.el (org-babel-get-src-block-info): Retrieve contents of
10017         parentheses, excluding parentheses themselves.
10019 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10021         * ob-gnuplot.el (org-babel-variable-assignments:gnuplot):
10022         Fix bug in gnuplot data file assignment using user variables.
10024 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10026         * ob-latex.el (org-babel-execute:latex): Adding new :headers
10027         header argument for latex code blocks.
10029 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
10031         * org-capture.el (org-capture-templates): New capture property
10032         `:kill-buffer'. (org-capture-finalize): Kill target buffer if that
10033         is desired.
10034         (org-capture-target-buffer): Remember if we have to make the
10035         buffer.
10037 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
10039         * org-clock.el (org-dblock-write:clocktable): Fix bug when
10040         computing clock tables.
10042 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
10044         * org-clock.el (org-dblock-write:clocktable): Pass file minutes up
10045         to caller even if no table is generated.
10047 2010-11-11  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>
10049         * org-agenda.el (org-agenda-get-sexps): Handle lists as return
10050         values from diary entries.
10052         * org-bbdb.el (org-bbdb-anniversaries): Handle lists of
10053         anniversaries.
10055         * org.el (org-diary-sexp-entry): Handle lists as return values
10056         from diary entries.
10058 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
10060         * org-capture.el (org-capture-empty-lines-before):
10061         (org-capture-empty-lines-after): Make sure the n=0 does not insert
10062         any newlines.
10064 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10066         * ob-clojure.el (org-babel-clojure-babel-clojure-cmd): Fix error
10067         message when clojure binary is not found.
10069 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
10071         * org-html.el (org-format-table-html): New argument DOCBOOK.
10072         (org-format-org-table-html): New argument DOCBOOK.  When set, use
10073         align instead of class to align table fields.
10075         * org-docbook.el (org-export-as-docbook): Specify the docbook
10076         argument for the table converter.
10078 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
10080         * org-macs.el (org-called-interactively-p): New macro.
10082         * org-freemind.el: No longer require 'rx.
10083         (org-freemind): New customization group, use it for all the
10084         variables.
10085         (org-export-as-freemind): Add docstring.
10086         (org-freemind-show): Improve filen naming.
10087         (org-freemind-convert-links-helper): New function.
10088         (org-freemind-bol-helper-base-indent): New variable.
10089         (org-freemind-bol-helper): New function.
10090         (org-freemind-node-css-style): New option.
10091         (org-freemind-node-pattern): New variable.
10092         (org-freemind-from-org-mode): Better docstring.
10094 2010-11-11  David Maus  <dmaus@ictsoc.de>
10096         * ob-haskell.el (org-babel-variable-assignments:haskell):
10097         Don't pass more than two arguments to mapc.
10099 2010-11-11  David Maus  <dmaus@ictsoc.de>
10101         * ob.el (org-babel-ref-resolve): Declare to silence byte compiler.
10103 2010-11-11  David Maus  <dmaus@ictsoc.de>
10105         * org-footnote.el (message-signature-separator): Defvar to silence
10106         byte compiler.
10108 2010-11-11  David Maus  <dmaus@ictsoc.de>
10110         * org-exp.el (org-export-string): Fix reference to wrong symbol.
10112 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>
10114         * org.el (org-link-search): Return 'dedicated on successful match
10115         when org-link-search-must-match-exact-headline is set to t.
10117 2010-11-11  Daniel Clemente  <n142857@gmail.com>
10119         * org-html.el (org-html-make-link): Append fragment to file: links
10120         if present.
10122 2010-11-11  Tassilo Horn  <tassilo@member.fsf.org>
10124         * org-footnote.el (org-footnote-create-definition)
10125         (org-footnote-goto-local-insertion-point): Add footnotes before
10126         signature when in message-mode.
10128 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
10130         * org.el (org-display-inline-images): Improve regexp.
10132 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
10134         * org.el (org-cycle): Make sure resetting to startup visibility
10135         works after another cycle command.
10137 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10139         * org-exp.el (org-export-string): New function org-export-string
10140         can be used to convert a string of test in org-mode markup to a
10141         specified format.
10143 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
10145         * org.el (org-display-inline-images): Allow non-ASCII characters
10146         in image file names.  Save match data.
10148 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
10150         * org.el (org-auto-repeat-maybe): Fix shifting multiple time
10151         stamps.
10153 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
10155         * org-exp.el (org-store-forced-table-alignment):
10156         (org-export-remove-special-table-lines): Allow the "c" cookie for
10157         table alignment.
10159         * org-html.el (org-export-table-header-tags):
10160         (org-export-table-data-tags): Add another %s format for the
10161         alignment.
10162         (org-export-html-table-align-individual-fields): New option.
10163         (org-format-org-table-html): Implement field-by-field alignment
10164         and support centering.
10165         (org-format-table-table-html): Make sure the new table tag formats
10166         don't break this function.
10168         * org-table.el (org-table-cookie-line-p):
10169         (org-table-align): Allow for the <c> cookie.
10171         * org.el (org-set-font-lock-defaults): Allow for the <c> cookie.
10173 2010-11-11  David Maus  <dmaus@ictsoc.de>
10175         * org-exp.el (org-export-normalize-links): Skip normalization of
10176         plain links that are part of another link.
10178 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10180         * ob-R.el (org-babel-expand-body:R): Fix bug in let binding.
10182 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
10184         * org-indent.el (org-indent-add-properties):
10185         Use `with-silent-modifications'.
10186         (org-indent-remove-properties): Use `with-silent-modifications'.
10188 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
10190         * org-table.el (org-table-cookie-line-p): Fix indentation.
10192         * org-exp.el (org-store-forced-table-alignment): New function.
10193         (org-export-preprocess-string):
10194         Call `org-store-forced-table-alignment'.
10196         * org-html.el (org-format-org-table-html): Use stored alignment
10197         information.
10199 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10201         * ob.el (org-babel-execute-src-block): Respects prefix argument
10202         (which forces re-calculation).
10204 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10206         * ob.el (org-babel-execute-src-block): Remove needless param
10207         sorting from ob-execute-src-block, the params are sorted already
10208         by ob-sha1-hash.
10210 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10212         * ob.el (org-babel-sha1-hash): Ensure that info is sorted at the
10213         header argument level.
10215 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10217         * ob.el (org-babel-sha1-hash): Consider words in different order
10218         as different input.
10220 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10222         * ob.el (org-babel-sha1-hash): Fix check for zero length sequences.
10224 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10226         * ob-sh.el (org-babel-sh-var-to-sh): Ensure value has the
10227         structure of an Org-mode table (list of lists).
10229 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10231         * ob-tangle.el (org-babel-tangle-collect-blocks): Fix bug
10232         (reference to unassigned variable `src-lang' and avoid calling
10233         org-babel-get-src-block-info twice.
10235 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10237         * ob.el (org-babel-demarcate-block): Updated to reflect the new
10238         info list contents.
10240 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10242         * org-src.el (org-edit-src-code): Supply non-nil argument to
10243         `org-babel-get-src-block-info' to avoid resolving variable
10244         references.
10246 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10248         * ob.el (org-babel-map-src-blocks): Fix minor bug in and
10249         improved efficiency of org-babel-map-src-blocks.
10251 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10253         * ob-tangle.el (org-babel-tangle-collect-blocks): Now explicitly
10254         checks that a code block will actually be tangled before
10255         collecting it's full information (a process which could involve
10256         the execution of other code blocks).
10258 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10260         * ob.el (org-babel-demarcate-block): Use light version of
10261         `org-babel-get-src-block-info'.
10263 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10265         * ob.el (org-babel-sha1-hash): Now handles more complex types in
10266         params.
10268 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10270         * ob.el (org-babel-execute-src-block): Generally using the new
10271         more informative params
10272         (org-babel-process-params): Don't forget the :var portion of
10273         variable assignments.
10275 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10277         * ob-table.el (sbe): Simplified to reflect to var resolution.
10279 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10281         * ob-ref.el (org-babel-ref-resolve): Bringing the referent
10282         arguments back to their params before evaluation.
10284 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10286         * ob-ref.el (org-babel-ref-resolve): Cleanup of variable usage and
10287         indentation.
10289 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10291         * ob-table.el (sbe): Use `org-babel-process-params params' instead
10292         of `org-babel-expand-variables'.
10294 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10296         * ob-C.el (org-babel-C-execute): Remove call to
10297         org-babel-process-params which should no longer be called from
10298         within a language file.
10300         * ob-R.el (org-babel-execute:R): Remove call to
10301         org-babel-process-params which should no longer be called from
10302         within a language file
10303         (org-babel-R-variable-assignments): Remove call to
10304         org-babel-process-params which should no longer be called from
10305         within a language file.
10307         * ob-asymptote.el (org-babel-execute:asymptote): Remove call to
10308         org-babel-process-params which should no longer be called from
10309         within a language file.
10311         * ob-clojure.el (org-babel-execute:clojure): Remove call to
10312         org-babel-process-params which should no longer be called from
10313         within a language file.
10315         * ob-dot.el (org-babel-execute:dot): Remove call to
10316         org-babel-process-params which should no longer be called from
10317         within a language file.
10319         * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp): Remove
10320         call to org-babel-process-params which should no longer be called
10321         from within a language file
10322         (org-babel-execute:emacs-lisp): Remove call to
10323         org-babel-process-params which should no longer be called from
10324         within a language file.
10326         * ob-haskell.el (org-babel-execute:haskell): Remove call to
10327         org-babel-process-params which should no longer be called from
10328         within a language file.
10330         * ob-js.el (org-babel-execute:js): Remove call to
10331         org-babel-process-params which should no longer be called from
10332         within a language file.
10334         * ob-lisp.el (org-babel-execute:lisp): Remove call to
10335         org-babel-process-params which should no longer be called from
10336         within a language file.
10338         * ob-ocaml.el (org-babel-execute:ocaml): Remove call to
10339         org-babel-process-params which should no longer be called from
10340         within a language file.
10342         * ob-octave.el (org-babel-execute:octave): Remove call to
10343         org-babel-process-params which should no longer be called from
10344         within a language file.
10346         * ob-perl.el (org-babel-execute:perl): Remove call to
10347         org-babel-process-params which should no longer be called from
10348         within a language file.
10350         * ob-python.el (org-babel-execute:python): Remove call to
10351         org-babel-process-params which should no longer be called from
10352         within a language file.
10354         * ob-ruby.el (org-babel-execute:ruby): Remove call to
10355         org-babel-process-params which should no longer be called from
10356         within a language file.
10358         * ob-scheme.el (org-babel-execute:scheme): Remove call to
10359         org-babel-process-params which should no longer be called from
10360         within a language file.
10362         * ob-screen.el (org-babel-execute:screen): Remove call to
10363         org-babel-process-params which should no longer be called from
10364         within a language file
10365         (org-babel-prep-session:screen): Remove call to
10366         org-babel-process-params which should no longer be called from
10367         within a language file.
10369         * ob-sh.el (org-babel-execute:sh): Remove call to
10370         org-babel-process-params which should no longer be called from
10371         within a language file.
10373         * ob-sql.el (org-babel-execute:sql): Remove call to
10374         org-babel-process-params which should no longer be called from
10375         within a language file.
10377         * ob-haskell.el (org-babel-execute:haskell): Remove reference to
10378         processed params.
10380         * ob-clojure.el (org-babel-execute:clojure): Remove reference to
10381         processed params.
10383         * ob-R.el (org-babel-execute:R): Remove reference to processed
10384         params.
10386 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10388         * ob-sql.el (org-babel-execute:sql): Use generic expansion
10389         function
10390         (org-babel-expand-body:sql): Delete function.
10392 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10394         * ob-sh.el (org-babel-execute:sh): Use generic expansion function
10395         (org-babel-expand-body:sh): Delete function
10396         (org-babel-prep-session:sh): Change name of called function
10397         (org-babel-variable-assignments:sh): Change function name.
10399 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10401         * ob-screen.el (org-babel-execute:screen): Use generic expansion
10402         function
10403         (org-babel-expand-body:screen): Delete function
10404         (org-babel-prep-session:screen): Remove references to processed
10405         params.
10407 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10409         * ob-sass.el (org-babel-execute:sass): Use generic expansion
10410         function
10411         (org-babel-expand-body:sass): Delete function.
10413 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10415         * ob-ruby.el (org-babel-execute:ruby): Use generic expansion
10416         function
10417         (org-babel-prep-session:ruby): Use new variable assignment
10418         function
10419         (org-babel-variable-assignments:ruby): New function
10420         (org-babel-expand-body:ruby): Delete function.
10422 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10424         * ob-python.el (org-babel-execute:python): Use generic expansion
10425         function
10426         (org-babel-prep-session:python): Change name of called function
10427         (org-babel-variable-assignments:python): Change function name
10428         (org-babel-expand-body:python): Delete function.
10430 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10432         * ob-plantuml.el (org-babel-expand-body:plantuml): Delete function
10433         (automatically handled by generic version).
10435 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10437         * ob-perl.el (org-babel-execute:perl): Use generic expansion
10438         function
10439         (org-babel-expand-body:perl): Delete function
10440         (org-babel-variable-assignments:perl): New function.
10442 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10444         * ob-org.el (org-babel-expand-body:org): Delete function
10445         (automatically handled by generic version).
10447 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10449         * ob-octave.el (org-babel-execute:octave): Use generic expansion
10450         function
10451         (org-babel-variable-assignments:octave): Change name of function
10452         (org-babel-variable-assignments:matlab): New defalias
10453         (org-babel-prep-session:octave): Change name of function
10454         (org-babel-expand-body:matlab): Delete function
10455         (org-babel-expand-body:octave): Delete function.
10457 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10459         * ob-ocaml.el (org-babel-execute:ocaml): Use generic expansion
10460         function
10461         (org-babel-variable-assignments:ocaml): New function
10462         (org-babel-expand-body:ocaml): Delete function.
10464 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10466         * ob-mscgen.el (org-babel-expand-body:mscgen): Delete function
10467         (automatically handled by generic version).
10469 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10471         * ob-js.el (org-babel-execute:js): Use new variable assignment
10472         function
10473         (org-babel-expand-body:js): Delete function
10474         (org-babel-prep-session:js): Use new variable assignment function
10475         (org-babel-variable-assignments:js): New function.
10477 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10479         * ob-haskell.el (org-babel-execute:haskell): Use generic expansion
10480         function
10481         (org-babel-expand-body:haskell): Delete function
10482         (org-babel-prep-session:haskell): Use variable assignment function
10483         (org-babel-variable-assignments:haskell): New function.
10485 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10487         * ob-gnuplot.el (org-babel-expand-body:gnuplot): Use variable
10488         assignment function
10489         (org-babel-prep-session:gnuplot): Use variable assignment function
10490         (org-babel-variable-assignments:gnuplot): New function.
10492 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10494         * ob-ditaa.el (org-babel-expand-body:ditaa): Delete function
10495         (automatically handled by generic version).
10497 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10499         * ob-css.el (org-babel-expand-body:css): Delete function
10500         (automatically handled by generic version).
10502 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10504         * ob-asymptote.el (org-babel-execute:asymptote): Use generic
10505         expansion function
10506         (org-babel-expand-body:asymptote): Delete function
10507         (org-babel-variable-assignments:asymptote): New function.
10509 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10511         * ob-R.el (org-babel-expand-body:R): Use new function
10512         `org-babel-variable-assignments:R'; don't trim body.
10513         (org-babel-execute:R): Respond to changes in
10514         `org-babel-expand-body:R'
10515         (org-babel-prep-session:R): Called function is now named
10516         `org-babel-variable-assignments:R'
10517         (org-babel-variable-assignments:R): Receives processed-params as
10518         new optional argument.
10520 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10522         * ob-C.el (org-babel-C-expand): Don't trim body.
10524 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10526         * ob-scheme.el (org-babel-expand-body:scheme): Fix bug in
10527         obtaining variable references.
10529 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10531         * ob-tangle.el (org-babel-tangle-collect-blocks): Supply variable
10532         assignment lines to generic expansion command.
10534 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10536         * ob.el (org-babel-expand-src-block): Supply variable assignment
10537         lines to generic expansion function
10538         (org-babel-expand-body:generic): Prepend body with optional
10539         variable assignment lines.
10541 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10543         * ob-exp.el (org-babel-exp-results): Replaced old function call.
10545 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10547         * ob-lob.el (org-babel-lob-execute): Now expanding variable
10548         references before execution.
10550 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10552         * ob.el (org-babel-execute-src-block): Only sort parameters if
10553         it's required for caching.
10555 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10557         * ob-table.el (sbe): Reworking for better indentation and to
10558         integrate the new variable resolution.
10560 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10562         * ob-ref.el (org-babel-ref-resolve-reference): Now expanding
10563         variables when resolving references.
10565 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10567         * ob.el (org-babel-merge-params): Fix order or precedence for
10568         variables.
10570 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10572         * ob-C.el (org-babel-expand-body:c++, org-babel-C-expand):
10573         * ob-R.el (org-babel-expand-body:R, org-babel-execute:R)
10574         (org-babel-R-variable-assignments):
10575         * ob-asymptote.el (org-babel-expand-body:asymptote)
10576         (org-babel-execute:asymptote):
10577         * ob-clojure.el (org-babel-expand-body:clojure)
10578         (org-babel-execute:clojure):
10579         * ob-css.el (org-babel-expand-body:css):
10580         * ob-ditaa.el (org-babel-expand-body:ditaa):
10581         * ob-dot.el (org-babel-expand-body:dot, org-babel-execute:dot):
10582         * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp)
10583         (org-babel-execute:emacs-lisp):
10584         * ob-gnuplot.el (org-babel-expand-body:gnuplot)
10585         * ob-haskell.el (org-babel-expand-body:haskell)
10586         (org-babel-execute:haskell, org-babel-load-session:haskell)
10587         (org-babel-prep-session:haskell):
10588         * ob-js.el (org-babel-expand-body:js, org-babel-execute:js):
10589         * ob-latex.el (org-babel-expand-body:latex):
10590         * ob-lisp.el (org-babel-expand-body:lisp, org-babel-execute:lisp):
10591         * ob-mscgen.el (org-babel-expand-body:mscgen):
10592         * ob-ocaml.el (org-babel-expand-body:ocaml, org-babel-execute:ocaml):
10593         * ob-octave.el (org-babel-expand-body:matlab)
10594         (org-babel-expand-body:octave, org-babel-execute:octave)
10595         (org-babel-octave-variable-assignments):
10596         * ob-org.el (org-babel-expand-body:org):
10597         * ob-perl.el (org-babel-expand-body:perl, org-babel-execute:perl):
10598         * ob-plantuml.el (org-babel-expand-body:plantuml):
10599         * ob-python.el (org-babel-expand-body:python, org-babel-execute:python)
10600         (org-babel-python-variable-assignments):
10601         * ob-ruby.el (org-babel-expand-body:ruby, org-babel-execute:ruby):
10602         * ob-sass.el (org-babel-expand-body:sass):
10603         * ob-scheme.el (org-babel-expand-body:scheme, org-babel-execute:scheme):
10604         * ob-screen.el (org-babel-expand-body:screen):
10605         * ob-sh.el (org-babel-expand-body:sh, org-babel-execute:sh)
10606         (org-babel-sh-variable-assignments):
10607         * ob-sql.el (org-babel-expand-body:sql):
10608         * ob-sqlite.el (org-babel-expand-body:sqlite, org-babel-execute:sqlite):
10609         * ob.el (org-babel-expand-body:generic):
10610         Remove obsoleted optional third argument.
10612 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10614         * ob-clojure.el (org-babel-prep-session:clojure): Purging all
10615         calls to removed org-babel-ref-variables.
10617 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10619         * ob-lob.el (org-babel-lob-ingest): Now returns the count of
10620         ingested code blocks.
10622 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10624         * ob-exp.el (org-babel-exp-in-export-file): Wrapper for collecting
10625         information from within the original export file.
10627 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10629         * ob.el (org-babel-get-src-block-info): Small but crucial fix)
10630         (this should return nil if not match found.
10632 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10634         * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp):
10635         Whitespace (org-babel-execute:emacs-lisp): Whitespace.
10637 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10639         * ob-sh.el (org-babel-sh-variable-assignments): Provide missing
10640         docstring.
10642         * ob-python.el (org-babel-python-variable-assignments):
10643         Provide missing docstring.
10645 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10647         * ob-octave.el (org-babel-expand-body:octave): Refactor: break
10648         variable assignment part out into a separate function
10649         (org-babel-octave-variable-assignments): New function constructing
10650         list of variable assignment statements
10651         (org-babel-prep-session:octave): Use new function
10652         `org-babel-octave-variable-assignments' instead of previous
10653         (incorrect) variable assignment code.
10655 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10657         * ob-sh.el (org-babel-expand-body:sh): Refactor: break variable
10658         assignment part out into a separate function
10659         (org-babel-sh-variable-assignments): New function constructing
10660         list of variable assignment statements
10661         (org-babel-prep-session:sh): Use new function
10662         `org-babel-sh-variable-assignments' instead of previous
10663         (incorrect) variable assignment code.
10665 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10667         * ob-python.el (org-babel-expand-body:python): Refactor: break
10668         variable assignment part out into a separate function
10669         (org-babel-python-variable-assignments): New function constructing
10670         list of variable assignment statements
10671         (org-babel-prep-session:python): Use new function
10672         `org-babel-python-variable-assignments' instead of previous
10673         (incorrect) variable assignment code.
10675 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10677         * ob-R.el (org-babel-expand-body:R): Refactor: break variable
10678         assignment part out into a separate function
10679         (org-babel-R-variable-assignments): New function constructing list
10680         of variable assignment statements
10681         (org-babel-prep-session:R): Use new function
10682         `org-babel-R-variable-assignments' instead of previous
10683         (incorrect) variable assignment code.
10685 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10687         * ob.el (org-babel-initiate-session): Better variable names.
10689 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10691         * ob.el (org-number-sequence):
10692         Declared * ob-R.el (org-number-sequence): Declared.
10694 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10696         * ob.el (org-babel-map-src-blocks): Store correct value of
10697         `end-block'.
10699 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10701         * ob.el (org-babel-mark-block): New function to mark the body of a
10702         src block in the style of `mark-defun'.
10704 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
10706         * org-compat.el (org-number-sequence): New function.
10708         * ob-R.el (org-babel-expand-body:R): Use `org-number-sequence'.
10710         * ob.el (org-babel-where-is-src-block-result):
10711         Use `org-number-sequence'.
10712         (org-babel-current-buffer-properties): Fix variable definition.
10714         * ob-ref.el (org-babel-ref-index-list): Use `org-number-sequence'.
10716         * ob-latex.el (org-babel-latex-tex-to-pdf): Use the 2-argument
10717         version of `shell-command'.
10719         * org-latex.el (org-export-as-pdf): Use the 2-argument version of
10720         `shell-command'.
10722 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
10724         * org-list.el (org-list-search-unenclosed-generic): Replace call
10725         to booleanp.
10727 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
10729         * org.el (org-agenda-jump-prefer-future): New option.
10731         * org-agenda.el (org-agenda-goto-date):
10732         Use `org-agenda-jump-prefer-future'.
10734 2010-11-11  Noorul Islam  <noorul@noorul.com>
10736         * org-latex.el (org-export-latex-links): Replaced hard coded
10737         hyperref format with custom variable
10738         `org-export-latex-hyperref-format'.
10740 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
10742         * org.el (org-insert-heading): Fix docstring.
10744 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
10746         * org-capture.el (org-capture-place-entry): If the first line is
10747         already a headline, just stay there.
10749 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10751         * ob-sh.el (org-babel-sh-evaluate): No longer assumes that results
10752         are non-nil.
10754 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
10756         * org-ascii.el (org-ascii-replace-entities): Match an optional {}
10757         after an entity.
10759 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
10761         * org-table.el (orgtbl-to-html): Apply `org-html-expand' to the
10762         table fields.
10764 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
10766         * org.el (org-insert-heading): When on the headline of an inline
10767         task, insert another inline tasks.
10769 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10771         * ob-tangle.el (org-babel-tangle-collect-blocks): Only create
10772         links for blocks that will actually tangle.
10774 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10776         * ob-sh.el (org-babel-expand-body:sh): Don't insert extra newlines
10777         in expanded shell bodies.
10779 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10781         * ob-sh.el (org-babel-expand-body:sh): Avoid inserting extra
10782         newline characters.
10784 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10786         * ob-sh.el (org-babel-expand-body:sh): Align code.
10788 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10790         * ob.el (org-babel-params-from-properties): Max line with at <=80.
10792 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10794         * org-latex.el (org-export-latex-listings-langs): Clojure is now
10795         recognized as a lisp.
10797 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10799         * ob.el (org-babel-params-from-properties): Use `org-babel-read'
10800         to interpret property as header argument value.
10802 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10804         * ob.el (org-babel-parse-header-arguments): Simplify reading of
10805         header arg value.
10807 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
10809         * org-publish.el (org-publish-org-to-ascii):
10810         (org-publish-org-to-latin1):
10811         (org-publish-org-to-utf8): New functions.
10813 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
10815         * org.el (org-insert-heading): Skip inline tasks when trying to
10816         insert a new heading after the end of the subtree.
10818 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
10820         * org-inlinetask.el (org-inlinetask-min-level): Set customization
10821         type to integer or nil.
10823         * org.el (org-insert-heading): When after an inline task, do not
10824         use level but go back to headline level before the inline task.
10826 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
10828         * org-inlinetask.el (org-inlinetask-in-task-p): New function.
10830         * org.el (org-indent-line-function): Fix indentation of inline
10831         tasks.
10833 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
10835         * org.el (org-activate-links): Fix customize type.
10837 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
10839         * org-latex.el (org-latex-to-pdf-process): Add rubber as another
10840         default option.
10842 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10844         * org-latex.el (org-export-latex-minted): Document pygments
10845         dependency.
10847 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
10849         * org-mobile.el (org-mobile-create-index-file): Encrypt the index
10850         file if encryption has been turned on.
10851         (org-mobile-copy-agenda-files): Avoid double encryption of
10852         `mobileorg.org'.
10854 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10856         * org-exp.el (org-export-latex-minted-with-line-numbers):
10857         Ensure that variable is declared.
10859 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10861         * ob-python.el (org-src-preserve-indentation): Fix compiler
10862         warning.
10864 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10866         * org-exp.el (org-export-format-source-code-or-example):
10867         Latex formatting of source code blocks using the minted package
10868         (org-export-plist-vars): Add :latex-minted property
10869         (org-export-latex-minted): Ensure variable is defined
10870         (org-export-latex-minted-langs): Ensure variable is defined.
10872 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
10874         * org-src.el (org-edit-src-code): Use `org-region-active-p'.
10876 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10878         * ob-tangle.el (org-babel-spec-to-string): Whitespace changes.
10880 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10882         * ob-tangle.el (org-babel-spec-to-string): Don't trim whitespace
10883         when `org-src-preserve-indentation' is non-nil.
10885 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10887         * ob-lob.el (org-babel-lob-ingest): Provide message stating number
10888         of blocks added to Library of Babel.
10890 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
10892         * ob-lob.el (org-babel-lob-ingest): Check for nil source block
10893         name.
10895 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
10897         * org-beamer.el (org-beamer-place-default-actions-for-lists):
10898         Fix typo in regexp.
10900 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
10902         * org-list.el (org-toggle-checkbox): Avoid some boundary error
10903         when inserting a checkbox in an empty last item of a list.
10905 2010-11-11  David Maus  <dmaus@ictsoc.de>
10907         * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
10908         Query article number from file is nil by default.
10910 2010-11-11  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
10912         * org-beamer.el (org-beamer-amend-header): Fix typo in docstring.
10914 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
10916         * org-capture.el (org-capture-place-entry): Move to `beg' before
10917         searching for `%?'.
10919 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
10921         * org.el (org-format-latex): Fix mathjax treatment of single
10922         letters in between dollars.
10924 2010-11-11  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
10926         * org-latex.el (org-latex-to-pdf-process): Add a third pdflatex
10927         run.
10929 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
10931         * org.el (org-blank-before-new-entry): Improve docstring.
10933 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
10935         * org-mobile.el (org-mobile-force-id-on-agenda-items):
10936         Fix docstring.
10937         (org-mobile-write-agenda-for-mobile): Use outline path if we do
10938         not have an ID and are not allowed to make one.
10939         (org-mobile-get-outline-path-link): New function.
10941 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
10943         * org-mobile.el (org-mobile-copy-agenda-files): Encrypt the empty
10944         file.
10945         (org-mobile-write-agenda-for-mobile): Use the right name, even if
10946         the file get encrypted.
10947         (org-mobile-move-capture): Only delete tempfile if it does exist.
10949 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10951         * ob.el (org-babel-number-p): Fix documentation string.
10953 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10955         * ob-tangle.el (org-babel-tangle-collect-blocks): Accepting
10956         "tangle" as a positive argument for the :noweb header argument
10957         during tangling.
10959 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10961         * ob-exp.el (org-babel-exp-src-blocks): Fix export when headings
10962         have links, with tests.
10964 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
10966         * org-latex.el (org-latex-to-pdf-process): Use texi2dvi if
10967         available.
10968         (org-export-latex-get-error): New function.
10969         (org-export-as-pdf): Give an indication of the errors that
10970         happened during processing.
10972 2010-11-11  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>
10974         * org-exp.el (org-export-language-setup): Fix Polish entries.
10976 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
10978         * org.el (org-set-tags): Allow comma as a separator when
10979         specifying tags at the completion interface.
10980         (org-tags-completion-function): Allow comma as a separator when
10981         specifying tags at the completion interface.
10983 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10985         * ob-exp.el (org-babel-exp-src-blocks): Don't jump back to
10986         export-file if exporting from a buffer which is not visiting a
10987         file.
10989 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
10991         * ob-exp.el (org-babel-exp-src-blocks): Only append "::" to a file
10992         name in link construction if there is a heading to follow it.
10994 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
10996         * org-html.el (org-export-html-inline-image-extensions): Add "svg"
10997         as an allowed extension.
10999 2010-11-11  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
11001         * org-agenda.el (org-agenda-add-time-grid-maybe): Pad clock times
11002         with zeros.  Start applying face earlier.
11004 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
11006         * ob.el (or): Don't create org-babel-temporary-directory in batch
11007         as it won't be removed by emacs-kill-hook
11008         (org-babel-remove-temporary-directory): Only try to remove this
11009         directory if it exists.
11011 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
11013         * ob.el (org-babel-temporary-directory): Fixing byte-compilation
11014         warning in ob.el.
11016 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
11018         * ob-tangle.el (org-babel-tangle): Now sharing the file name in
11019         the tangling message.
11021 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
11023         * ob.el (org-babel-load-languages): Fixes compiler warning.
11025 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
11027         * ob-plantuml.el (org-babel-execute:plantuml): Fixes bug with svg
11028         output.
11030 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
11032         * org-ascii.el (org-export-as-ascii): Use the correct match group.
11034 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
11036         * ob.el (boundp): Uncommenting defvar form for
11037         org-babel-temporary-directory
11038         (org-babel-temp-file): Now using the org-babel-temporary-directory
11039         for holding new babel temporary files
11040         (org-babel-remove-temporary-directory): Removes the babel temp dir
11041         when Emacs shutsdown
11042         (kill-emacs-hook): Now removing the babel temp dir on Emacs
11043         shutdown.
11045 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
11047         * org-capture.el (org-capture-fill-template): Initialize history
11048         variable.
11050 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
11052         * org-src.el (org-edit-src-code): Don't move point when generating
11053         edit buffer.
11055 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
11057         * org-src.el (org-edit-src-code): Deal with point being in
11058         #+end_src line.
11060 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
11062         * org-table.el (org-table-current-column): Add interactive to turn
11063         this into a command.
11065 2010-11-11  Bernt Hansen  <bernt@norang.ca>
11067         * org.el (org-insert-heading): Run org-insert-heading-hook when
11068         creating the first heading in a file.
11070 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
11072         * org.el (org-startup-with-inline-images): New option.
11073         (org-startup-options): Add new keywords inlineimages and
11074         noinlineimages.
11075         (org-mode): Inline images when this has been configured.
11077 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
11079         * ob.el (org-babel-get-src-block-info): Remove optional
11080         HEADER-VARS-ONLY argument; further simplification.
11082 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
11084         * ob.el (org-babel-confirm-evaluate): Fix bug causing extra
11085         prompt in ob-confirm-evaluate in some cases.
11087 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
11089         * ob.el (org-babel-demarcate-block): Visible region and completion
11090         during language selection.
11092 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
11094         * ob.el (org-babel-get-src-block-info): Remove comment.
11096 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
11098         * ob.el (org-babel-get-src-block-info): Simplify function.
11100 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
11102         * ob.el (org-babel-get-src-block-info): Form info list correctly
11103         when parenthesized arguments are missing.
11105 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
11107         * ob-exp.el (org-export-babel-evaluate): Docstring typo
11108         (org-babel-exp-code): Docstring typo.
11110 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
11112         * org-mobile.el (org-mobile-encryption-password):
11113         Improve docstring.
11114         (org-mobile-encryption-password-session): New variable.
11115         (org-mobile-encryption-password): New function.
11116         (org-mobile-check-setup):
11117         (org-mobile-encrypt-file):
11118         (org-mobile-decrypt-file): Use the new function.
11120 2010-11-11  David Maus  <dmaus@ictsoc.de>
11122         * org-capture.el (org-capture-place-template): Widen to remove
11123         possible restrictions in target buffer.
11125 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>
11127         * org.el (org-speed-command-hook): Add org-speed-command-hook
11128         (org-babel-speed-command-hook): Hook for Babel's speed commands.
11130 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
11132         * ob.el (org-babel-execute-buffer): Re-implement using
11133         `org-babel-map-src-blocks'.
11135 2010-11-11  David Maus  <dmaus@ictsoc.de>
11137         * org-capture.el (org-capture-templates): Update doc string with
11138         new message date related escapes.
11140 2010-11-11  David Maus  <dmaus@ictsoc.de>
11142         * org-wl.el (org-wl-store-link-message): Define properties %:date)
11143         (%:date-timestamp, and %:date-timestamp-inactive.
11145         * org-mew.el (org-mew-store-link): Dto.
11147         * org-mhe.el (org-mhe-store-link): Dto.
11149         * org-rmail.el (org-rmail-store-link): Dto.
11151         * org-vm.el (org-vm-store-link): Dto.
11153 2010-11-11  David Maus  <dmaus@ictsoc.de>
11155         * org-wl.el (org-wl-message-field): Always get literal content of
11156         header fields.
11158 2010-11-11  David Maus  <dmaus@ictsoc.de>
11160         * org-gnus.el (org-gnus-store-link): Define properties
11161         %:date-timestamp and %:date-timestamp-inactive.
11163 2010-11-11  David Maus  <dmaus@ictsoc.de>
11165         * org-gnus.el (org-gnus-store-link): Handle empty date header
11166         field.
11168 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
11170         * org.el (org-speed-command-hook): New.  Hook for installing
11171         additional speed commands.  Use this for enabling speed commands on
11172         src blocks.
11173         (org-speed-command-default-hook): The default hook for
11174         org-speed-command-hook.  Factored out from org-self-insert-command
11175         and mimics existing behavior.
11176         (org-self-insert-command): Modified to use org-speed-command-hook.
11178 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
11180         * org-agenda.el (org-search-view): Recover spaces in search words
11181         if they were escaped with \ or inside a regexp.
11183 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
11185         * org.el (org-additional-option-like-keywords): Add PROPERTIES to
11186         the list of completable meta line words.
11187         (org-complete): Complete property names after #+PROPERTY.
11189 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
11191         * ob-python.el (org-babel-python-evaluate-session): Make temp file
11192         names consistent.
11194 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
11196         * ob-clojure.el (org-babel-clojure-evaluate-external-process):
11197         Delete extra format argument.
11199 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
11201         * ob-org.el (org-babel-org-export): Typo in docstring.
11203 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
11205         * ob-sh.el (org-babel-sh-evaluate): Remove unused temporary file
11206         variable.
11208 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
11210         * ob-scheme.el (org-babel-execute:scheme): Alter temp file name.
11212 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
11214         * ob.el (org-babel-process-file-name): New function
11215         (org-babel-maybe-remote-file): Delete function.
11217 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
11219         * ob-C.el (org-babel-C-execute): Remove unused variable.
11221 2010-11-11  David Maus  <dmaus@ictsoc.de>
11223         * org.el (org-make-link-string): Prevent superfluous colon.
11225 2010-11-11  David Maus  <dmaus@ictsoc.de>
11227         * org.el (org-make-org-heading-search-string): Leave headline
11228         intact.
11230 2010-11-11  David Maus  <dmaus@ictsoc.de>
11232         * org.el (org-make-link-string): Don't escape characters in link
11233         type.
11235 2010-11-11  Bastien Guerry  <bzg@gnu.org>
11237         * org-capture.el (org-capture-templates): Update docstring to
11238         advertise %:org-date.
11240 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
11242         * ob-dot.el (org-babel-execute:dot): Automatically specifies
11243         "-T<ext>" based on file name extension.
11245 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
11247         * ob-org.el (org-babel-org-export): Raise error on nested export
11248         call.
11250 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
11252         * ob-plantuml.el (org-babel-execute:plantuml): Support for svg
11253         output files.
11255 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
11257         * ob.el (org-babel-demarcate-block): Better initialization of
11258         stars.
11260 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
11262         * org-src.el (org-src-tab-acts-natively): Add customize interface.
11264 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
11266         * org-src.el (org-src-strip-leading-and-trailing-blank-lines):
11267         New variable allowing prevention of automatic stripping of leading and
11268         trailing blank lines when exiting edit buffer.
11269         (org-edit-src-exit): Respect value of
11270         `org-src-strip-leading-and-trailing-blank-lines'
11271         (org-src-native-tab-command-maybe):
11272         Bind `org-src-strip-leading-and-trailing-blank-lines' to nil during
11273         this function.
11275 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
11277         * org-src.el (org-edit-src-code): If mark was inside code block
11278         then code edit buffer inherits mark with active region.
11280 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
11282         * ob.el (org-babel-demarcate-block): Fix compiler warnings.
11284 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
11286         * ob.el (org-babel-demarcate-block): Better handling of empty
11287         space around demarcated area.
11289 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
11291         * org-agenda.el (org-agenda-goto-date): Turn off prefer future for
11292         this command.
11294 2010-11-11  David Maus  <dmaus@ictsoc.de>
11296         * org-gnus.el (org-gnus-open-nntp): New function.
11298 2010-11-11  David Maus  <dmaus@ictsoc.de>
11300         * org-wl.el (org-wl-open-nntp): New function.
11302 2010-11-11  David Maus  <dmaus@ictsoc.de>
11304         * org-wl.el (org-wl-open): Open message by numeric reference if
11305         article part is not a message id.
11307 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
11309         * org-agenda.el (org-agenda-filter-apply): Move cursor to a
11310         visible line.
11312 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
11314         * ob.el (org-babel-demarcate-block): Interactive demarcation of
11315         code blocks.
11317         * ob-keys.el (org-babel-key-bindings): Key bindings for block
11318         demarcation.
11320 2010-11-11  Bastien Guerry  <bzg@gnu.org>
11322         * org.el (org-link-types): Add the "message" link type.
11324 2010-11-11  David Maus  <dmaus@ictsoc.de>
11326         * org.el (org-link-types): Add 'message:' link type to default
11327         link types.
11329 2010-11-11  Bastien Guerry  <bzg@gnu.org>
11331         * org-gnus.el (org-gnus-store-link): Add the :date property to
11332         gnus links, allowing the use of %:date in capture templates.
11334 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11336         * org-list.el (org-cycle-list-bullet): Follow order of bullets
11337         indicated in doc-string.
11339         * org-list.el (org-list-bottom-point-with-indent): List is ended
11340         when a line is less indented that the last item, not the less
11341         indented item.
11343 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
11345         * ob-exp.el (org-babel-exp-src-blocks): Now switching back to the
11346         original file before resolving code block parameters to ensure
11347         headline and buffer wide parameters are taken into consideration
11348         when only a narrowed portion of the file is exported.
11350 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
11352         * org.el (org-forward-same-level): Fix docstring.
11354 2010-11-11  Sebastian Rose  <sebastian_rose@gmx.de>
11356         * org-publish.el (org-publish-attachment): Put the attachment into
11357         the right directory.
11359 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
11361         * org.el (org-goto-first-child): New command.
11363 2010-11-11  Matt Lundin  <mdl@imapmail.org>
11365         * org-agenda.el (org-prepare-agenda): If the agenda is called from
11366         within the agenda via an elisp link, such as
11367         [[elisp:(org-agenda-list)]], org-prepare-agenda erases the buffer
11368         of the file containing the link, since that buffer is current
11369         during org-prepare agenda (due to a with-current-buffer in
11370         org-agenda-open-link).  An additional test now ensures that the
11371         agenda buffer is in fact current when the buffer is erased and
11372         local variables for the agenda are set.
11374 2010-11-11  David Maus  <dmaus@ictsoc.de>  (tiny change)
11376         * org-exp.el (org-infile-export-plist): Define property macro.
11378 2010-11-11  David Maus  <dmaus@ictsoc.de>
11380         * org-mhe.el (org-mhe-get-header): Remove possible folding white
11381         space in message header field.
11383 2010-11-11  David Maus  <dmaus@ictsoc.de>
11385         * org-feed.el (org-feed): Fix typo in customization group :tag
11386         property.
11388 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
11390         * org-latex.el (org-export-latex-tag-markup): New option.
11391         (org-export-latex-keywords-maybe):
11392         Use `org-export-latex-tag-markup'.
11394 2010-11-11  Rémi Vanicat  <vanicat@debian.org>  (tiny change)
11396         * org-icalendar.el (org-icalendar-use-UTC-date-time): New option.
11397         (org-ical-ts-to-string): Use UTC time when requested.
11399 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
11401         * org-html.el (org-html-cvt-org-as-html): Do not convert protocol
11402         from 'file' to 'http'.
11404 2010-11-11  David Maus  <dmaus@ictsoc.de>
11406         * org.el (org-store-log-note): Fix wrong usage
11407         of`org-adapt-indentation'.
11409 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11411         * org.el (org-skip-over-state-notes): Do not compute bottom point
11412         at each item.
11414         * org-mouse.el (org-mouse-for-each-item): Use `org-apply-on-list'
11415         instead of moving to each item.
11417 2010-11-11  David Maus  <dmaus@ictsoc.de>
11419         * org-capture.el (org-capture-templates): Small fix in doc string.
11421 2010-11-11  aaa bbb  <dominik@powerbook-g4-12-van-aaa-bbb.local>
11423         * org-archive.el (org-get-local-archive-location):
11424         Use `org-carchive-location' as default.
11426 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
11428         * ob-C.el (org): No longer requires org.
11430         * ob-ledger.el (org): No longer requires org.
11432 2010-11-11  David Maus  <dmaus@ictsoc.de>
11434         * org.el (org-priority): Save match data before call to
11435         `read-char-exclusive'.
11437 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11439         * org-list.el (org-list-to-generic): Descriptions labels can be
11440         any suit of symbols, and will end at double colons.
11442 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11444         * org.el (org-indent-line-function): Indent past [@num] and
11445         [@start:num], consistently with what is already done with
11446         checkboxes.
11448 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11450         * org.el (org-store-log-note): Indent new notes to the right
11451         column.  Also take `org-list-two-spaces-after-bullet-regexp' into
11452         consideration when creating the note.
11454 2010-11-11  David Maus  <dmaus@ictsoc.de>
11456         * org-gnus.el (nnimap-group-overview-filename): Declare function
11457         to silence byte compiler.
11459 2010-11-11  David Maus  <dmaus@ictsoc.de>
11461         * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
11462         New customization variable.
11463         (org-gnus-nnimap-cached-article-number): New function.
11464         (org-gnus-follow-link): Try to fetch cached article number of
11465         message-id.
11467 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
11469         * ob-org.el (org-babel-org-default-header): Used to insert a dummy
11470         first line into code blocks before export so that the first line
11471         is not interpreted as a title
11472         (org-babel-org-export): Use new dummy code block prefix.
11474 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
11476         * ob.el (org-babel-insert-result): No longer throws error when
11477         inserting an empty result.
11479 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
11481         * ob-tangle.el: Autoload org-babel-tangle-lang-exts from ob-tangle.
11483 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
11485         * ob.el (org-babel-do-in-edit-buffer):
11486         Use `org-babel-where-is-src-block-head' to test for source block at
11487         point.
11489 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
11491         * ob-keys.el (org-babel-key-bindings): Adding key-binding for
11492         `org-babel-goto-src-block-head'.
11494         * ob.el (org-babel-goto-src-block-head): Jump to the head of the
11495         current code block.
11497 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
11499         * ob.el (org-babel-next-src-block): Now raising more informative
11500         error when no further code blocks can be found.
11501         (org-babel-previous-src-block): Now raising more informative error
11502         when no previous code blocks can be found.
11504 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
11506         * org-exp-blocks.el
11507         (org-export-preprocess-after-include-files-hook): Now using this
11508         hook instead of `org-export-preprocess-hook'.
11510 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
11512         * ob-plantuml.el (org-babel-execute:plantuml): ????
11514 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
11516         * ob-python.el (org-babel-python-evaluate): Refactor as call to
11517         either `org-babel-python-evaluate-external-process' or
11518         `org-babel-python-evaluate-session'.
11519         (org-babel-python-evaluate-external-process): New function to
11520         handle evaluation in external process.
11521         (org-babel-python-evaluate-session): New function to handle
11522         evaluation in emacs inferior process.
11524 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
11526         * ob-org.el (org-babel-execute:org): Evaluates body to latex ascii
11527         or html respecting :results header arg
11528         (org-babel-org-export): Exports a string of text to an output
11529         format.
11531 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
11533         * ob.el (org-babel-insert-result): Remove existing results when
11534         nil results are returned.
11536 2010-11-11  David Maus  <dmaus@ictsoc.de>
11538         * org-ascii.el (org-export-as-ascii): Bind and set link path for
11539         link type specific markup function.
11541 2010-11-11  David Maus  <dmaus@ictsoc.de>
11543         * org-clock.el (notifications-notify): Properly declare function
11544         to silence byte compiler.
11546 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11548         * org-list.el (org-insert-item): Check invisibility of point at a
11549         meaningful location.
11551 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11553         * org-list.el (org-list-insert-item-generic): Updating checkboxes
11554         can modifiy bottom point of a list, so make it a marker before
11555         calling `org-update-checkbox-count-maybe'.
11557 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
11559         * org.el (org-src-fontify-natively): Set to nil by default.
11560         Supply cutomize interface.
11562 2010-11-11  Bastien Guerry  <bzg@gnu.org>
11564         * org-ascii.el (org-export-as-ascii): Fix bug in ASCII export: use
11565         `org-bracket-link-analytic-regexp++' to match the link type.
11567 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
11569         * ob-tangle.el (org-babel-tangle-collect-blocks): Rename `lang' to
11570         `language'.
11572 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
11574         * ob-tangle.el (org-babel-tangle-comment-format-beg):
11575         Format string specifying the link-comment preceding a code block
11576         (org-babel-tangle-comment-format-end): Format string specifying
11577         the link-comment following a code block
11578         (org-babel-tangle-collect-blocks): Storing more information in the
11579         spec of a tangling code block
11580         (org-babel-spec-to-string): Now makes use of customizable
11581         link-comment formats.
11583 2010-11-11  Achim Gratz  <Stromeko@stromeko.net>  (tiny change)
11585         * org.el (org-delete-backward-char): Check for nil overwrite-mode
11586         before inserting spaces.
11588 2010-11-11  David Maus  <dmaus@ictsoc.de>
11590         * org-icalendar.el (org-print-icalendar-entries): Exclude tags
11591         from summary of non-TODO ical entries.
11592         (org-print-icalendar-entries): Use `org-complex-heading-regexp' to
11593         exclude tags from summary of TODO ical entries.
11595 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
11597         * ob.el (org-babel-map-src-blocks): Now exposes much information
11598         about the code block in the form of let-bound local variables.
11600 2010-11-11  David Maus  <dmaus@ictsoc.de>
11602         * org-list.el (org-outline-regexp, org-ts-regexp)
11603         (org-ts-regexp-both, org-in-regexps-block-p)
11604         (org-level-increment, org-at-heading-p)
11605         (outline-previous-heading, org-icompleting-read)
11606         (org-time-string-to-seconds): Declare to fix compiler warning.
11608 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11610         * org-list.el (org-toggle-checkbox): Ignore items in drawers when
11611         used from an heading.  Send an error when no item is in region.
11613 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
11615         * ob.el (org-babel-do-in-edit-buffer): Use unwind-protect to
11616         ensure that edit buffer is exited.
11618 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
11620         * ob-tangle.el (org-babel-tangle-pad-newline): Can be used to
11621         control the amount of extra newlines inserted into tangled code
11622         (org-babel-tangle-collect-blocks): Now conditionally collects
11623         information to be used for "org" style comments
11624         (org-babel-spec-to-string): Now inserts "org" style comments, and
11625         obeys the newline configuration variable when inserting whitespace.
11627 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
11629         * ob-tangle.el (org-babel-pre-tangle-hook): Defines new tangle
11630         hook
11631         (org-babel-tangle): Calls new tangle hook.
11633 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
11635         * org-capture.el (org-capture): Compute the length of the correct
11636         string when removing properties.
11638 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
11640         * ob-plantuml.el (org-babel-execute:plantuml): Now expanding file
11641         names before shell quoting.
11643 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
11645         * org-src.el (org-src-tab-indents-natively): New variable
11646         controlling whether language-native TAB action should be performed
11647         (org-src-native-tab-command-maybe): New function to perform
11648         language-native TAB action.
11649         (org-tab-first-hook): Add `org-src-native-tab-command-maybe'.
11651 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
11653         * ob-plantuml.el (org-babel-execute:plantuml): Explicitly check
11654         `org-plantuml-jar-path' before use.
11656 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
11658         * org-src.el (org-src-font-lock-fontify-block): Re-use hidden
11659         language major mode buffers during fontification.
11661 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
11663         * org.el (org-fontify-meta-lines-and-blocks): Alter main regexp to
11664         match code blocks with switches and header args.  Call
11665         `org-src-font-lock-fontify-block' for automatic fontification of
11666         code in code blocks, controlled by variable
11667         `org-src-fontify-natively'.
11668         (org-src-fontify-natively): New variable.
11670 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
11672         * ob-ruby.el (org-babel-expand-body:ruby): Remove requirement of
11673         inf-ruby.
11675 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
11677         * org-html.el (org-html-make-link): (expand-file-name) removes
11678         one "/" from "///path-to-file", so add one.  Anything other than
11679         'file' type should be exported along with the type.
11681 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
11683         * org.el (org-insert-subheading): Fix compiler warning
11684         (org-insert-todo-subheading): Fix compiler warning.
11686 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
11688         * org-capture.el (org-capture): Remove read-only text properties
11689         from capture text.
11690         (org-capture-set-target-location): Throw an error if file+headline
11691         target does not point into a file which is in Org mode.
11693 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
11695         * ob.el (org-babel-map-src-blocks): Prefer `when' to `if'.
11697 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
11699         * org-src.el (org-edit-src-code): Improve docstring.
11701 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
11703         * ob.el (org-babel-execute-src-block): Document prefix argument in
11704         docstring.
11706 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
11708         * ob-ditaa.el (org-babel-execute:ditaa): Now expanding
11709         org-ditaa-jar-path with expand-file-name.
11711 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
11713         * ob.el (org-babel-execute-subtree): Pass prefix arg through to
11714         `org-babel-execute-src-block'.
11716 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11718         * org-ascii.el (org-export-ascii-preprocess): Allow [@start:x] and
11719         [@x] syntax for list numbering.
11721 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11723         * org.el (org-indent-line-function): Indentation of source block
11724         is left to `org-edit-src-exit' and shouldn't be modified by
11725         `org-indent-line-function'.  Indentation of others blocks should be
11726         the same as the #+begin line.
11728 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
11730         * ob.el (org-babel-map-src-blocks): If FILE is nil evaluate BODY
11731         forms on source blocks in current buffer; restore point in current
11732         buffer.
11734 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11736         * org-list.el (org-list-struct): Accept list boundaries as an
11737         argument in order to avoid computing `org-list-top-point' and
11738         `org-list-bottom-point' twice when indenting.
11740 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11742         * org-list.el (org-list-ending-method): Default value is now
11743         `both', to ensure maximum compatibility before previous
11744         implementation.
11746 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11748         * org-list.el (org-list-in-item-p-with-indent): Test if first line
11749         is the item beginning.
11751         * org-list.el (org-list-top-point-with-indent): Test if first line
11752         is a valid list beginning.
11754 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11756         * org-list.el (org-list-ending-method): New customizable variable
11757         to tell Org Mode how lists end.  See docstring.
11759 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11761         * org-list.el (org-indent-item-tree): Shifting step of top-level
11762         item depends on `org-level-increment'.
11764 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11766         * org.el (org-indent-line-function): Indent first non blank line
11767         after a list according to current heading level.
11769 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11771         * org-docbook.el (org-export-as-docbook): Remove check for
11772         indentation on lines that do not start with a list bullet.
11774         * org-html.el (org-export-as-html): Same thing.
11776 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11778         * org-list.el (org-list-bottom-point): Take into consideration
11779         that bound of search can be before true ending of the list.
11781 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11783         * org-list.el (org-list-struct-apply-struct): No longer shift
11784         item's body twice: one after replacing bullet and one after
11785         changing indentation.
11787 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11789         * org-list.el (org-list-struct-indent): Add code to replace
11790         bullets if needed when indenting.
11792 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11794         * org-list.el (org-list-insert-item-generic): A single item
11795         already counting blank lines in his body should be separated with
11796         the next one by a blank line.  Moreover, if user already provided
11797         blank lines, follow his wishes.
11799 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11801         * org-list.el (org-indent-item-tree): When moving top item of a
11802         *-list to column 0, only the first item had its bullet changed to
11803         -.  It now changes all items of the top-level list, as expected.
11805 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11807         * org-list.el (org-toggle-checkbox): Go to beginning of line
11808         before processing.
11810 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11812         * org-list.el (org-list-struct-apply-struct): Check if ancestor
11813         exists.
11815 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11817         * org-list.el (org-renumber-ordered-list): Check for [@start:x] is
11818         done at each item.
11820 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11822         * org-list.el : Removed unused variable
11823         `org-suppress-item-indentation'.
11825         * org-list.el (org-renumber-ordered-list): Skip item if bullet
11826         number is already good.
11828 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11830         * org-list.el (org-list-automatic-rules): Doc-string reflects this
11831         change.
11833         * org-list.el (org-indent-item-tree): Prevent whole list from
11834         being moved when user is not moving subtree.  Thus
11835         `org-cycle-item-indentation' will not allow to move the list.
11837 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11839         * org-list.el (org-indent-item-tree): Remove region code.  It was
11840         prone to errors and undocumented.
11842         * org-list.el (org-item-indent-positions): Better heuristics to
11843         determine what bullet the item will have when demoted.
11845 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11847         * org-list.el (org-list-bullet-string): First check if
11848         `org-list-two-spaces-after-bullet-regexp' isn't nil.
11850 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11852         * org-list.el (org-list-bullet-string): Do not modify match-data.
11854         * org.el (org-toggle-item): Now working again when changing list
11855         items into plain text.  Moreover take into consideration
11856         `org-list-two-spaces-after-bullet-regexp'.
11858 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11860         * org-list.el (org-indent-item-tree): Remove unnecessary bullets
11861         fix, and improved heuristics to determine bullet when indenting.
11863         * org-list.el (org-item-indent-positions): Function now returns
11864         sane results when there are two lists separated with blank lines
11865         only.
11867 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11869         * org-docbook.el (org-export-as-docbook): Use override="num" in
11870         any listitem matching [@start:num].
11872         * org-html.el (org-export-as-html): Use value="num" in any li
11873         matching [@start:num].
11875 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11877         * org.el (org-set-font-lock-defaults): Correct fontification for
11878         checkboxes found after [@start:?].
11880         * org-list.el (org-list-at-regexp-after-bullet-p): Skip any
11881         [@start:?]  when looking at a regex after a bullet.
11883         * org-list.el (org-toggle-checkbox): Correct insertion of
11884         checkboxes when there is already a [@start:?] in the item.
11886         * org-list.el (org-checkbox-blocked-p): Properly check if there's
11887         an unchecked item before.
11889         * org-list.el (org-list-parse-list): Function handles items having
11890         both a counter and a checkbox.
11892 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11894         * org-list.el (org-cycle-item-indentation): Org-tab-ind-state
11895         stores both indentation and bullet when cycle started.
11897 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11899         * org-list.el: `org-at-description-p' renamed to
11900         `org-at-item-description-p', `org-first-list-item-p' renamed to
11901         `org-list-first-item-p', `org-end-of-item-text-before-children'
11902         renamed to `org-end-of-item-or-at-child'.
11904 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11906         * org.el (org-ctrl-c-ctrl-c): Call `org-fix-bullet-type' instead
11907         of `org-maybe-renumber-ordered-list' and `org-fix-bullet-type'
11908         before toggling a checkbox.
11910 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11912         * org-list.el (org-list-bullet-string): New function returning
11913         bullet concatenated with an appropriate number of white spaces.
11915         * org-list.el (org-list-insert-item-generic): Insert the right
11916         bullet, with help of `org-list-bullet-string'.
11918         * org-list.el (org-indent-item-tree):
11919         Use `org-list-bullet-string'.
11921         * org-list.el (org-fix-bullet-type): Use `org-list-bullet-string'.
11923         * org-list.el (org-toggle-checkbox): Send an error when
11924         `org-toggle-checkbox' is trying to insert a checkbox at a
11925         description item.
11927         * org-list.el (org-item-re): Modified regexp so it can catch
11928         correct number of white space before item body.
11930         * org-list.el (org-list-at-regexp-after-bullet-p): Take into
11931         consideration new `org-item-re'.
11933 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11935         * org-list.el (org-list-insert-item-generic): The second item in a
11936         list will be separated from its predecessor with the number of
11937         blank lines separating the first item from its parent, if any, or
11938         no blank line.
11940 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11942         * org-list.el (org-indent-item-tree): Fix and reorder every list
11943         and sublist, from parent of list that has moved if indenting, or
11944         from list at point if outdenting.
11946 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11948         * org-list.el (org-indent-item-tree): Try to keep relative
11949         position on line.  It can't if point is in white spaces before
11950         bullet because mixed tabs and spaces make some columns
11951         unattainable.
11953 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11955         * org-list.el (org-cycle-item-indentation): Cycle when the whole
11956         item only contains bullet and maybe a checkbox.  Previously, TAB
11957         would cycle when the first line of the item was blank.
11959 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11961         * org-list.el (org-cycle-item-indentation): Allow a point just
11962         after a description item or a checkboxed item to start cycling.
11964 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11966         * org-list.el (org-cycle-list-bullet):
11967         Check `org-plain-list-ordered-item-terminator' before allowing 1. or 1)
11968         as valid bullets when cycling.
11970 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11972         * org-list.el (org-cycle-item-indentation): Do return t if and
11973         only if cycling is possible and succeded.
11975 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11977         * org-list.el (org-indent-item-tree): When outdenting a subtree,
11978         the last item shouldn't have a children.
11980 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11982         * org-list.el (org-cycle-item-indentation): Cycling should play
11983         nicely with indent rule in `org-list-automatic-rules'.
11985 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11987         * org-list.el (org-indent-item-tree): If indent rule is activated,
11988         it should be impossible to outdent an item having children without
11989         moving its subtree.  Improved reordering of lists modified by
11990         cycling indentation.
11992 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
11994         * org-list.el (org-maybe-renumber-ordered-list): Remove call for
11995         `org-fix-bullet-type' to prevent infinite loop, and some checks
11996         already done in `org-renumber-ordered-list'.
11998         * org-list.el (org-fix-bullet-type): Remove a check and call
11999         directly `org-maybe-renumber-ordered-list'.
12001 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12003         * org-list.el (org-indent-item-tree): It shouldn't be possible to
12004         indent the first item of a sublist (though outdent is possible) as
12005         it would break list's structure.
12007 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12009         * org-list.el (org-list-insert-item-generic): When local search
12010         doesn't help, search the list globally for blank lines.  Moreover,
12011         don't bother with new lists, and add 1 blank line.
12013 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12015         * org-capture.el (org-capture-place-item):
12016         Use `org-search-forward-unenclosed' and
12017         `org-search-backward-unenclosed' and new variable
12018         `org-item-beginning-re'.
12020         * org-list.el (org-item-beginning-re): Regexp matching beginning
12021         of an item.
12023 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12025         * org-list.el (org-cycle-list-bullet): Put back support for
12026         'previous argument.
12028 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12030         * org-list.el (org-in-item-p): Handle case when point is at an
12031         heading.
12033         * org-list.el (org-list-make-subtree): Add protection when used
12034         outside of list.
12036         * org-list.el (org-insert-item): Remove useless hack now
12037         `org-in-item-p' is fixed.
12039         * org-timer.el (org-timer-item): Remove useless hack now
12040         `org-in-item-p' is fixed.
12042 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12044         * org-list.el (org-cycle-list-bullet): Prevent description items
12045         from being numbered.  String argument is also recognized now, as
12046         long as it is a valid bullet.
12048 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12050         * org-list.el (org-indent-item-tree): Moving indentation of top
12051         list item will make the whole list move.
12053         * org-list.el (org-apply-on-list): Function is less sensitive to
12054         changes of indentation.
12056 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12058         * org-list.el (org-at-item-checkbox-p): Add whitespaces at the end
12059         of the regexp.
12061         * org-list.el (org-checkbox-blocked-p): Use new checkbox regexp.
12063         * org-list.el (org-cycle-item-indentation): Allow cycling
12064         description items and checkbox items.
12066         * org-list.el (org-toggle-checkbox): Use new checkbox regexp.
12068         * org-list.el (org-reset-checkbox-state-subtree): Use new checkbox
12069         regexp.
12071 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12073         * org-list.el (org-insert-item-internal): Guessing of blank lines
12074         number is made by looking at neighboring items, if any.
12076 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12078         * org-list.el (org-sort-list): Add the possibility to sort timer
12079         lists with the ?t or ?T options.
12081 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12083         * org-list.el (org-search-unenclosed-internal): New function to
12084         handle both `org-search-forward-unenclosed' and
12085         `org-search-backward-unenclosed'.
12087         * org-list.el (org-search-backward-unenclosed): Can send errors
12088         now.  Removed useless usage of COUNT.
12090         * org-list.el (org-search-forward-unenclosed): Can send errors
12091         now.  Removed useless usage of COUNT.
12093         * org-list.el (org-update-checkbox-count):
12094         Use `org-search-forward-unenclosed' and
12095         `org-search-backward-unenclosed' instead of `re-search-forward'
12096         and `re-search-backward'.
12098         * org-list.el (org-sort-list): Use `org-search-forward-unenclosed'
12099         and `org-search-backward-unenclosed' instead of
12100         `re-search-forward' and `re-search-backward'.
12102         * org-list.el (org-list-make-subtree):
12103         Use `org-search-forward-unenclosed' and
12104         `org-search-backward-unenclosed' instead of `re-search-forward'
12105         and `re-search-backward'.
12107 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12109         * org-list.el (org-insert-item-internal): Fixes the problem when
12110         point was before the first char of the item's body.
12112 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12114         * org-timer.el (org-timer-item): Refactoring.  Compute timer string
12115         before inserting it in the buffer.
12117         * org-timer.el (org-timer): Add an optional argument to return
12118         timer string instead of inserting it.
12120 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12122         * org-list.el (org-insert-item-internal): New function to handle
12123         positioning and contents of an item being inserted at a specific
12124         pos. It is not possible anymore to split a term in a description
12125         list or a checkbox when inserting a new item.
12127         * org-list.el (org-insert-item): Refactored by using the new
12128         `org-insert-item-internal' function.
12130         * org-timer.el (org-timer-item): Refactored by using the new
12131         `org-insert-item-internal' function.
12133 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12135         * org-list.el (org-list-bottom-point): Be sure to check real
12136         ORG-OUTLINE-REGEXP and not outline-regexp, that might be modified.
12138         * org.el (org-cycle-internal-local): Cycle up to end of subtree or
12139         end of item if we are in a list.
12141 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12143         * org-list.el (org-insert-item): Move before any special block in
12144         a list prior to add a new item.
12146         * org-timer.el (org-timer-item): When in a timer list, insert a
12147         new timer item like `org-insert-item'.  If in another list, send an
12148         error.  Otherwise, start a new timer list.
12150 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12152         * org-list.el: Minor refactoring.
12154 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12156         * org-timer.el (org-timer-item): Insert description list item at
12157         the right column.
12159         * org-list.el (org-insert-item): Insert the right number of blank
12160         lines before a relative timer.
12162 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12164         * org-list.el (org-insert-item): Remove restriction on latex
12165         blocks.
12167 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12169         * org-list.el (org-search-backward-unenclosed): Do not stop in
12170         protected places.
12172         * org-list.el (org-search-forward-unenclosed): Do not stop in
12173         protected places.
12175         * org-latex.el (org-export-latex-lists): Use the fact that
12176         org-search-forward do not stop anymore at protected places.
12178 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12180         * org-list.el (org-search-backward-unenclosed): Do not prevent
12181         list items from being inside LaTeX blocks.
12183         * org-list.el (org-search-forward-unenclosed): Do not prevent list
12184         items from being inside LaTeX blocks.
12186 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12188         * org-list.el (org-in-item-p): Do not widen before checking if we
12189         are in item.
12191         * org-list.el (org-list-send-list): We cannot count on
12192         `org-list-top-point' and `org-list-bottom-point' before buffer is
12193         narrowed.  Find bounds of list otherwise.
12195 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12197         * org-list.el (org-list-end-regexp): By default, list ending is
12198         exactly 2 blank lines.
12200 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12202         * org-docbook.el (org-export-as-docbook): When we find an empty
12203         line, we do not need to check for
12204         `org-empty-line-terminates-plain-lists' because we would have
12205         found end-list marker before.
12207         * org-html.el (org-export-as-html): Same.
12209 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12211         * org-list.el (org-insert-item): Simplify count of blank lines to
12212         insert.
12214 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12216         * org-list.el (org-list-end-regexp): New customizable variable to
12217         define what string should end lists.
12219         * org-list.el (org-list-end-re): Function is now aware of
12220         `org-list-end-regexp'.
12222 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12224         * org-html.el (org-export-as-html): Code cleanup.
12226 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12228         * org-docbook.el (org-export-as-docbook): Properly close any open
12229         list when seeing ORG-LIST-END.  Removed any reference to now
12230         unneeded DIDCLOSE variable.
12232 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12234         * org-exp.el (org-export-mark-list-ending): Fix number of blank
12235         lines inserted after a list.
12237         * org-list.el (org-list-parse-list): Fix case when
12238         `org-list-end-re' would have an indentation greater than current
12239         list.
12241 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12243         * org-exp.el (org-export-mark-list-ending): Differentiate between
12244         export backends, and replace `org-list-end-re' by a blank line
12245         upon exporting.
12247 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12249         * org-html.el (org-export-as-html): Delete didclose and everything
12250         related to it, as it is no longer needed.
12252 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12254         * org-html.el (org-export-html-preprocess): Remove unneeded
12255         insertion of list end marker, as it is now handled by
12256         `org-export-mark-list-ending'.
12258         * org-html.el (org-export-as-html): Cleaner termination of lists.
12260         * org-exp.el (org-export-mark-list-ending): New function to insert
12261         specific markers at the end of lists when exporting to a backend
12262         not using `org-list-parse-list'.  This function is called early in
12263         `org-export-preprocess-string', while it is still able to
12264         recognize lists.
12266         * org-latex.el (org-export-latex-lists): Better search for
12267         lists.  It now only finds items not enclosed and not protected.
12269 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12271         * org-list.el: Replaced `re-search-forward' by
12272         `org-search-forward-unenclosed' where it made sense.
12274 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12276         * org-list.el (org-apply-to-list): Now a return value is handed at
12277         each new call of the function applied.
12279         * org-list.el (org-fix-bullet-type): Use the new
12280         `org-apply-to-list' format.
12282         * org-list.el (org-renumber-ordered-list): Use the new
12283         `org-apply-to-list' format.
12285 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12287         * org.el (org-in-regexps-block-p): Minor fix: limit wasn't
12288         correctly used.
12290         * org-list.el (org-search-forward-unenclosed): Better regexp used.
12292         * org-list.el (org-search-backward-unenclosed): Better regexp
12293         used.
12295 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12297         * org-list.el (org-sort-list): End-rec function was ill-defined.
12299 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12301         * org-list.el (org-search-forward-unenclosed): Fix behavior when
12302         last occurrence was enclosed.
12304         * org-list.el (org-search-backward-unenclosed): Fix behavior when
12305         last occurrence was enclosed.
12307 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12309         * org.el (org-in-regexps-block-p): Fix documentation.
12311 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12313         * org-list.el (org-search-backward-unenclosed): Fix block regexp.
12315         * org-list.el (org-search-forward-unenclosed): Fix block regexp.
12317         * org-list.el (org-list-parse-list): Minor fix.
12319 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12321         * org-list.el (org-list-parse-list): Delete `org-list-end-re' when
12322         called with t argument.
12324 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12326         * org-html.el (org-export-html-preprocess):
12327         Replace `org-list-end-re' by a blank line during pre-process.
12329 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12331         * org-list.el (org-list-bottom-point): No need for square brackets
12332         for `skip-chars-backward'.
12334 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12336         * org-html.el: Do not delete space between end of list and
12337         beginning of the following.
12339 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12341         * org-html.el: Preprocess buffer string and add ORG-LIST-END where
12342         needed.  Lists should not end before seeing this.
12344 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12346         * org-html.el: Notice end of lists.
12348 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12350         * org-list.el (org-list-parse-list): Better handling of
12351         restrictions when function is called on a list with sublists.
12353         * org-list.el (org-list-send-list): Find the true ending of the
12354         list being sent.
12356         * org-list.el (org-list-radio-list-templates): Templates are more
12357         specific to lists.
12359 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
12361         * ob-js.el (org-babel-js-eoe): Indicate end of input
12362         (org-babel-execute:js): Support for session evaluation
12363         (org-babel-prep-session:js): Fleshed out definition
12364         (org-babel-js-initiate-session): Can initiate a session using
12365         mozrepl.
12367 2010-11-11  David Maus  <dmaus@ictsoc.de>
12369         * org.el (org-set-regexps-and-options): Protect escape char in
12370         `org-complex-heading-regexp-format'.
12372 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
12374         * ob-scheme.el (org-babel-scheme-eoe): For marking the end of
12375         session-based evaluation
12376         (org-babel-execute:scheme): Now supports session-based evaluation
12377         (org-babel-prep-session:scheme): Now works and defines variables
12378         (org-babel-scheme-initiate-session): Now works using run-scheme
12379         from cmuscheme.
12381 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
12383         * org.el (org-export-latex-default-packages-alist): Remove the
12384         t1enc package - this is already covered by fontenc.
12386 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
12388         * ob.el (with-parsed-tramp-file-name): Declared
12389         (org-babel-tramp-localname): Ensure variable name exists locally.
12391 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
12393         * ob.el (org-babel-temp-file): Don't use babel temporary directory
12394         in remote case; use make-temp-file with remote file name so that
12395         temp file is guaranteed not to exist previously on remote machine.
12396         (org-babel-tramp-localname): New function to return local name
12397         portion of possibly remote file specification.
12399 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
12401         * ob-R.el (org-babel-R-write-object-command): New unified R
12402         command for writing results to file
12403         (org-babel-R-wrapper-method): Remove variable
12404         (org-babel-R-wrapper-lastvar): Remove variable
12405         (org-babel-R-evaluate-external-process): Use new R command
12406         (org-babel-R-evaluate-session): Use new R command.
12408 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
12410         * ob-comint.el
12411         (org-babel-comint-eval-invisibly-and-wait-for-file): New function
12412         to evaluate code invisibly and block until output file exists.
12414         * ob-R.el (org-babel-R-evaluate-session): Use `ess-eval-buffer' to
12415         evaluate R code in session for :results value.  Write result to
12416         file invisibly using new function
12417         `org-babel-comint-eval-invisibly-and-wait-for-file'.
12419 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
12421         * org-capture.el (org-capture-fill-template): Align tags after
12422         insertion.
12424 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
12426         * org-exp.el (org-export-concatenate-multiline-emphasis):
12427         Ignore matches that start in a headline.
12429 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
12431         * ob-plantuml.el (org-babel-execute:plantuml): Wrapping in-file
12432         and out-file in shell-quote-argument.
12434 2010-11-11  David Maus  <dmaus@ictsoc.de>
12436         * org-docview.el (org-docview-store-link): Use expanded macro to
12437         get current page.
12438         (doc-view-goto-page, image-mode-window-get): Declare functions for
12439         byte compiler.
12441 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
12443         * ob-scheme.el: Very preliminary support for evaluating scheme
12444         code blocks.
12446         * org.el (org-babel-load-languages): Adding scheme.
12448 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
12450         * ob.el (require): Remove circular (require 'org).
12452 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
12454         * ob-R.el (ess-make-buffer-current): Declared.
12455         (ess-ask-for-ess-directory): Declared.
12456         (ess-local-process-name): Declared.
12457         * ob-latex.el (org-babel-latex-tex-to-pdf): Capturing free variable.
12459         * ob.el (org-edit-src-code): Fixing arguments.
12460         (org-edit-src-exit): Declared.
12461         (org-outline-overlay-data): Declared.
12462         (org-set-outline-overlay-data): Declared.
12464 2010-11-11  Glenn Morris  <rgm@gnu.org>
12466         * ob.el: Require org when compiling.
12467         (org-save-outline-visibility): Remove macro declaration.
12469         * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
12470         Remove unnecessary/macro declarations.
12472         * org-docview.el: Require doc-view when compiling.
12473         (doc-view-goto-page): Autoload rather than declaring.
12474         (doc-view-current-page): Remove macro declaration.
12476         * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
12477         (org-entry-get, org-table-import): Fix declarations.
12478         (org-match-string-no-properties): Remove declaration.
12480         * ob-sh.el (org-babel-comint-in-buffer)
12481         (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
12482         (org-babel-comint-with-output): Remove unnecessary declarations.
12484         * ob-R.el (orgtbl-to-tsv): Fix declaration.
12486         * org-list.el (org-entry-get): Fix declaration.
12488 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
12490         * ob.el (org-babel-remove-temporary-directory): Remove explicit
12491         second argument.
12493 2010-11-11  Magnus Henoch  <magnus.henoch@gmail.com>  (tiny change)
12495         * org-clock.el (org-clocktable-steps): Allow ts and te to be day
12496         numbers.
12498 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
12500         * org-macs.el (org-save-outline-visibility): Move from org.el.
12502 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
12504         * ob-org.el (org-babel-default-header-args:org): Additional
12505         ":results silent" default header argument for org code blocks.
12507 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
12509         * ob-exp.el (org-babel-exp-do-export): Remove hacky ":noeval",
12510         which is now an alias to ":eval no".
12512 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
12514         * ob.el (org-babel-remove-temporary-directory): The version of
12515         `delete-directory' found in files.el can not be assumed to be
12516         present on all versions, so this copies the recursive behavior of
12517         that command in such a way that all calls to delete-directory will
12518         also work with the built-in internal C implementation of that
12519         function.  This is not overly difficult as all elements of the
12520         directory can be assumed to be files.
12522 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
12524         * ob-C.el (org-babel-C-execute): Corrected arguments to
12525         org-babel-temp-file.
12527 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
12529         * ob.el (org-babel-temporary-directory): Variable to hold the
12530         value of the Babel temporary directory.
12532 2010-11-11  Aditya Siram  <aditya.siram@gmail.com>
12534         * ob.el (org-babel-load-in-session): Expanding noweb references
12535         when appropriate.
12537 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12539         * org.el (org-make-link-regexps): Modified regexp of
12540         org-plain-link-re.
12542 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
12544         * org-habit.el (org-habit-parse-todo): Find sr-days only if
12545         scheduled-repeat is non nil.  Use 4th element of the list returned
12546         by (org-heading-components) as habit-entry.  Modify the error
12547         message to be more meaningful.
12549 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
12551         * ob-latex.el (org-babel-execute:latex): Adding new ":fit" and
12552         ":border" header arguments which both use the "preview" latex
12553         package to fit the resulting PDF image to the figure.
12555 2010-11-11  David Maus  <dmaus@ictsoc.de>
12557         * org-wl.el (org-wl-store-link): Don't try to store link if point
12558         is at end of buffer.
12560 2010-11-11  Harri Kiiskinen  <harkiisk@gmail.com>
12562         * org-publish.el (org-publish-project-alist): Document the new
12563         body-only property.
12564         (org-publish-org-to): Use the body-only property.
12566 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
12568         * org.el (org-store-link): Return link when invoked
12569         non-interactively from an agenda buffer.
12571 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
12573         * org.el (org-store-link): Storing of links to headlines in
12574         indirect buffers was broken.  Fix it.
12576 2010-11-11  Aidan Kehoe  <kehoea@parhasard.net>
12578         * ob-tangle.el (org-babel-tangle): Change the MODE argument to
12579         #'set-file-modes to use integer, not character syntax, avoiding
12580         compile problems with recent XEmacs.
12582 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
12584         * org-agenda.el (org-agenda-add-entry-text): Make sure we move
12585         forward even if there is no text to be added.
12587 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
12589         * org.el (org-make-tags-matcher): Read "\\-" as "-" in the
12590         tags/property matcher.
12592 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
12594         * org-exp.el (org-infile-export-plist): Bind case-fold-search to
12595         t.
12597 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
12599         * org-agenda.el (org-agenda-with-point-at-orig-entry): New macro.
12601 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
12603         * org-latex.el (org-export-latex-set-initial-vars):
12604         Bind `case-fold-search' to t around the search for special LaTeX setup.
12606         * org-beamer.el (org-beamer-after-initial-vars):
12607         Bind `case-fold-search' to t around the search for special BEAMER
12608         setup.
12610 2010-11-11  David Maus  <dmaus@ictsoc.de>
12612         * org-agenda.el (org-write-agenda): Delete PostScript file after
12613         creating conversion to PDF.
12615 2010-11-11  David Maus  <dmaus@ictsoc.de>
12617         * org-agenda.el (org-write-agenda): Move require statements to
12618         proper place in evaluated lisp expression.
12620 2010-11-11  David Maus  <dmaus@ictsoc.de>
12622         * org-agenda.el (org-write-agenda): Rename temporary buffer to
12623         remove dependency of `flet' macro.
12625 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
12627         * ob-lob.el (org-babel-lob-get-info): Edit docstring.
12629 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
12631         * ob-exp.el (org-babel-exp-lob-one-liners): Get parameter values
12632         from all standard sources when executing #+lob/#+call lines.
12634 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
12636         * ob-R.el (org-babel-R-evaluate): Break the two branches into two
12637         separate functions
12638         (org-babel-R-evaluate-external-process): New function to handle
12639         external process evaluation
12640         (org-babel-R-evaluate-session): New function to handle session
12641         evaluation.
12643 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
12645         * ob.el (org-babel-initiate-session): New function derived from
12646         previous `org-babel-switch-to-session'
12647         (org-babel-switch-to-session): Refactored to use new
12648         `org-babel-initiate-session'.
12650 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
12652         * ob.el (org-babel-switch-to-session): Supply missing "P" argument
12653         to (interactive).
12655 2010-11-11  David Maus  <dmaus@ictsoc.de>
12657         * org-feed.el (org-feed-format-entry): Decode entry according to
12658         its character encoding.
12660 2010-11-11  David Maus  <dmaus@ictsoc.de>  (tiny change)
12662         * org-feed.el (xml-substitute-special): Declare function for byte
12663         compiler.
12664         (org-feed-unescape): Removed.
12665         (org-feed-parse-rss-entry, org-feed-parse-atom-entry):
12666         Use `xml-substitute-special' to unescape XML entities.
12668 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
12670         * ob.el (org-babel-switch-to-session): Throw error if block if
12671         :session not in effect for the block.
12673 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
12675         * org-table.el (org-table-create-with-table.el): Align table
12676         before converting.
12678 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
12680         * ob.el (org-babel-do-in-edit-buffer): Suppress message and check
12681         that org-src buffer is current before attempting exit.
12683 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
12685         * org-src.el (ob-comint): Require 'ob-comint
12686         (org-src-babel-info): Define variable.
12688 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
12690         * ob.el (org-babel-do-in-edit-buffer): New macro to evaluate lisp
12691         in the language major mode edit buffer.
12692         (org-babel-do-key-sequence-in-edit-buffer): New function to call
12693         an arbitrary key sequence in the language major mode edit buffer.
12695         * org-src.el (org-src-switch-to-buffer): Add new allowed value
12696         'switch-invisibly for `org-src-window-setup'.
12698 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
12700         * org-src.el (ob-keys): Require ob-keys, because `org-babel-map'
12701         is used.
12702         (org-src-do-at-code-block): New macro to evaluate lisp with point
12703         at the start of the Org code block containing the code in this
12704         edit buffer.
12705         (org-src-do-key-sequence-at-code-block): New function to execute
12706         command bound to key at the Org code block containing the code in
12707         this edit buffer.
12709 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
12711         * ob-R.el (org-babel-R-associate-session): New function to
12712         associate R code edit buffers with ESS comint session.
12714 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
12716         * org-src.el (org-edit-src-code): If at src block, store babel
12717         info as buffer local variable.
12718         (org-src-associate-babel-session): New function to associate code
12719         edit buffer with comint session.  Does nothing unless a
12720         language-specific function named
12721         `org-babel-LANG-associate-session' exists.
12722         (org-src-babel-configure-edit-buffer): New function to be called
12723         in `org-src-mode-hook'.
12724         (org-src-mode-hook): Add `org-src-babel-configure-edit-buffer' to
12725         hook.
12727 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
12729         * ob.el (org-babel-switch-to-session-with-code): New function to
12730         generate split frame displaying edit buffer and session.
12732 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
12734         * org.el (org-set-tags): Consider org-indent-mode when computing
12735         the tags column.
12737 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
12739         * org-compat.el (org-looking-at-p): Only use looking-at-p when
12740         defined.
12742 2010-11-11  David Maus  <dmaus@ictsoc.de>
12744         * org-agenda.el (org-finalize-agenda-entries): Delete excluded
12745         lines directly after call to sorting filter function.
12747 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
12749         * org.el (org-complex-heading-regexp-format): Document the
12750         variable.
12751         (org-get-refile-targets): Use `org-complex-heading-regexp-format'
12752         to make the regular expression for matching the headline.
12754 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
12756         * org.el (org-refile-check-position): New function.
12757         (org-goto):
12758         (org-refile-get-location): Call `org-refile-check-position'.
12760 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
12762         * ob-python.el (org-babel-python-initiate-session-by-key): Use eq
12763         instead of equal to compare symbols.
12765 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
12767         * org-agenda.el (org-agenda-before-sorting-filter-function):
12768         New hook function.
12769         (org-finalize-agenda-entries):
12770         Apply `org-agenda-before-sorting-filter-function'.
12772 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
12774         * org-latex.el (org-export-latex-first-lines): Do not protect meta
12775         lines that have nothing to do with babel.
12777 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
12779         * org-capture.el (org-capture-place-template): Handle the
12780         checkitem case.
12781         (org-capture-place-item): Provide boundaries for the search to
12782         make sure we do not get a match in a different tree.
12784 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
12786         * org-exp.el (org-export-preprocess-apply-macros): Fix the macro
12787         argument parser.
12789 2010-11-11  Noorul Islam  <noorul@noorul.com>
12791         * org-latex.el (org-latex-to-pdf-process): Add output-directory
12792         option for the command pdflatex.
12793         (org-export-as-pdf): Respect directory in path of
12794         EXPORT_FILE_NAME.
12796 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
12798         * org-exp.el (org-export-with-LaTeX-fragments): New default t,
12799         which now means to use MathJax processing for HTML.  Also allow
12800         new value `dvipng' to force the old image processing.
12801         (org-infile-export-plist): Parse for MATHJAX setup line.
12803         * org-html.el (org-export-html-mathjax-options): New option.
12804         (org-export-html-mathjax-config): New function.
12805         (org-export-html-mathjax-template): New option.
12806         (org-export-html-preprocess): Call the LaTeX snippet processor
12807         with an additional argument to declare special ways of processing.
12808         (org-export-as-html): Bind the dynamical variable
12809         `org-export-have-math'.  Insert the MathJax script template when
12810         it is needed by the document.
12812         * org.el (org-preview-latex-fragment): Call `org-format-latex'
12813         with the additional processing argument.
12814         (org-export-have-math): New variable, for dynamic scoping.
12815         (org-format-latex): Implement specific ways of processing.
12816         New function argument for processing type.
12817         (org-org-menu): Remove the entry to configure LaTeX snippet
12818         processing.
12820 2010-11-11  Bastien Guerry  <bzg@gnu.org>
12822         * org-agenda.el (org-agenda-clock-goto): Use `\C-c\C-x\C-j' for
12823         `org-clock-goto' and `J' for `org-agenda-clock-goto'.  If the
12824         heading currently clocked in is not listed in the agenda, display
12825         this entry in another buffer.  If there is no running clock,
12826         display a help message.
12828 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12830         * org-latex.el (org-export-latex-tables): Return "" instead of nil
12831         when no label is attached.
12833 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
12835         * org-agenda.el (org-agenda-menu-show-match): New option.
12836         (org-agenda-menu-two-column): New option.
12837         (org-agenda-get-restriction-and-command): Implement dispatch menu
12838         without showing the matcher, and with two-column display.
12840 2010-11-11  Bernt Hansen  <bernt@norang.ca>
12842         * org-indent.el (org-indent-mode): Fix grammar for message when
12843         mode is refused.
12845 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
12847         * ob.el (org-babel-insert-result): Ensures `beg' is set, even if
12848         no previous result exists.
12850 2010-11-11  Noorul Islam  <noorul@noorul.com>
12852         * ob.el Declare org-babel-lob-execute-maybe() to avoid compiler
12853         warning.
12855 2010-11-11  Noorul Islam  <noorul@noorul.com>
12857         * org.el (org-set-visibility-according-to-property): Use backward
12858         search instead of forward, so that top hierarchy gets priority.
12860 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
12862         * org-agenda.el (org-timeline): Allow indirect buffer.
12864 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
12866         * org-exp.el (org-export-preprocess-after-radio-targets-hook):
12867         (org-export-define-heading-targets-headline-hook): New hooks.
12869         * org.el (org-modules): Add entry for org-wikinodes.el.
12870         (org-font-lock-set-keywords-hook): New hook.
12871         (org-open-at-point-functions): New hook.
12872         (org-find-exact-headling-in-buffer):
12873         (org-find-exact-heading-in-directory): New functions.
12874         (org-mode-flyspell-verify): Better cursor position for checking if
12875         flyspell should ignore a word.
12877 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
12879         * org-indent.el (org-indent-remove-properties):
12880         (org-indent-add-properties): Make sure changing these properties
12881         does not trigger modification hooks.
12883 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
12885         * org.el (org-link-search-must-match-exact-headline): New option.
12886         (org-link-search-inhibit-query): New variable.
12887         (org-link-search): Search for exact headline match in Org files.
12889 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
12891         * ob.el (org-babel-execute-src-block-maybe): Remove check for
12892         `org-babel-no-eval-on-ctrl-c-ctrl-c'; this is done in the new
12893         function `org-babel-execute-safely-maybe'.
12895 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
12897         * ob.el (org-babel-load-in-session): Set directory in case :dir
12898         arg is in effect.
12900 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
12902         * ob-tangle.el (org-babel-tangle-collect-blocks): Don't throw
12903         errors when we're not under of a headline.
12905 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
12907         * ob-octave.el (org-babel-octave-wrapper-method): Use dlmwrite to
12908         write delimited text instead of save -ascii
12909         (org-babel-octave-import-elisp-from-file): Specify that data
12910         written to file is tab-delimited.
12912 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
12914         * ob-R.el (org-babel-R-evaluate): Specify that tabular data is
12915         tab-delimited.
12917 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
12919         * ob.el (org-babel-import-elisp-from-file): Allow separator to be
12920         specified.
12922 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
12924         * ob-python.el (org-babel-python-table-or-string): Fix recognition
12925         of lists and tuples.
12927 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
12929         * ob-octave.el (org-babel-octave-evaluate-external-process):
12930         Allow remote files.
12932 2010-11-11  Juan Pechiar  <pechiar@computer.org>
12934         * ob-octave.el (org-babel-octave-evaluate-external-process):
12935         Use `org-babel-octave-import-elisp-from-file' instead of
12936         `org-babel-eval-read-file'.
12937         (org-babel-octave-var-to-octave): Separate matrix rows with ';',
12938         and use '%s' as format specifier instead of '%S'.
12940 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
12942         * ob-octave.el: Only (require 'matlab) when necessary.
12943         (org-babel-octave-initiate-session): (require) octave-inf or matlab
12944         as appropriate.
12945         (org-babel-execute:matlab): Remove (require).
12946         (org-babel-prep-session:matlab): Remove (require).
12947         (org-babel-matlab-initiate-session): Remove (require).
12949 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
12951         * ob-octave.el (org-babel-octave-evaluate): Fix formal argument
12952         list.
12954 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
12956         * ob-python.el (org-babel-python-table-or-string): Can now handle
12957         VERY long result lines.
12959 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12961         * org-latex.el (org-export-latex-tables): Add label if any.
12963         * org-latex.el (org-export-latex-convert-table.el-table):
12964         Fix little mistake when inserting label.
12966 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12968         * org.el (org-cycle-internal-local): Remove an unnecessary call
12969         to `org-back-to-heading' that was preventing point to stay at its
12970         column when cycling visibility.
12972 2010-11-11  Noorul Islam  <noorul@noorul.com>
12974         * org-capture.el (org-capture-finalize): Make messages consistent.
12976 2010-11-11  Noorul Islam  <noorul@noorul.com>
12978         * org-gnus.el: Suppress compiler warning by declaring outside
12979         function nnimap-retrieve-headers-from-file.
12981 2010-11-11  Noorul Islam  <noorul@noorul.com>
12983         * org-colview.el Use org-beamer-select-environment instead of
12984         org-beamer-set-environment-tag.
12986 2010-11-11  Matt Lundin  <mdl@imapmail.org>
12988         * org.el (org-insert-time-stamp): Fix org-insert-time-stamp so
12989         that the value of org-last-inserted-timestamp includes time range.
12991 2010-11-11  David Maus  <dmaus@ictsoc.de>
12993         * org-wl.el (org-wl-store-link-message): Provide link property for
12994         message-id without angle brackets.
12996 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
12998         * ob-R.el (org-babel-R-evaluate): Improved prompt-stripping regexp.
13000 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13002         * ob-tangle.el (org-babel-find-file-noselect-refresh): Finds a
13003         file ensuing that the latest changes on disk are represented.
13005 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13007         * ob-sqlite.el (org-babel-sqlite-expand-vars): Now inserts string
13008         arguments w/o quotes.
13010 2010-11-11  Bernt Hansen  <bernt@norang.ca>
13012         * org-capture.el (org-capture-finalize): Fix clock in of
13013         interrupted task during capture finalize.
13015 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13017         * ob-R.el (org-babel-R-evaluate): Clean up extra prompts in
13018         session output.
13020 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13022         * ob-C.el (org-babel-C-ensure-main-wrap): More generous regular
13023         expression for matching main function.
13025 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13027         * ob-lob.el (org-babel-lob-one-liner-regexp): Fix error in lob
13028         regexp -- it wasn't matching lob lines w/o indices.
13030 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13032         * org-exp.el (org-export-latex-listings-w-names): Fix compiler
13033         warning in org-exp.el.
13035 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13037         * org-publish.el (org-publish-file): Better error message if
13038         base-directory or publishing-directory are not defined.
13040 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13042         * org-colview.el (org-columns-display-here): Use overlays to
13043         overrule line prefix properties during column view.
13045 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13047         * org-agenda.el (org-agenda-filter-preset): Document the
13048         limitation for the filter preset - it can only be used for an
13049         entire agenda view, not in an individual block in a block agenda.
13051 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13053         * ob-table.el (sbe): Now able to accept range references from
13054         tables.
13056 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13058         * ob.el (org-babel-pick-name): If colnames or rownames contain a
13059         list of names, then use those directly.
13061 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13063         * org-exp.el (org-export-format-source-code-or-example):
13064         Escape underscores in code block names on latex listings export.
13066 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13068         * ob-tangle.el (org-babel-with-temp-filebuffer):
13069         Use find-file-noselect to avoid excess buffer movement.
13071 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13073         * org-html.el (org-html-should-inline-p): Only inline images if
13074         they should be.
13076 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13078         * org-id.el (org-id-store-link): Autoload.
13080         * org.el ("org-id"): Autoload `org-id-store-link'.
13082 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13084         * org-html.el (org-html-should-inline-p): Only inline images if
13085         they should be.
13087 2010-11-11  Eric S Fraga  <e.fraga@ucl.ac.uk>
13089         * org-icalendar.el (org-icalendar-alarm-time): New option.
13091         * org-icalendar.el (org-print-icalendar-entries): Timed events are
13092         exported with alarm events, a.k.a. reminders.
13094 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13096         * org-capture.el (org-capture-target-buffer): Throw an error if we
13097         have no target file.
13098         (org-capture-select-template): Use a default template if the user
13099         has not specified any.
13101 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13103         * org.el (org-modules): Add entry for org-velocity.
13105 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13107         * ob-lob.el (org-babel-lob-execute): Changing indentation to
13108         improve line length.
13110 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13112         * org-exp.el (org-export-handle-table-metalines): Choose a better
13113         position for checking protectedness.
13115 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13117         * org-table.el (org-table-convert-region): Don't continue csv
13118         importation which the point catches the end, this fixes an
13119         infinite loop which was caused by the (point) never catching up
13120         with the "end" marker.
13122 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13124         * org-macs.el (org-string-nw-p): New function.
13126         * org-capture.el (org-capture-import-remember-templates):
13127         Interpret an empty string as request to use
13128         `org-default-notes-file'.
13129         (org-capture-target-buffer): If the FILE is not a (non-empty)
13130         string, use `org-default-notes-file'.
13132 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13134         * org-capture.el (org-capture-templates): Fix customize type.
13136 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
13138         * org.el (org-refile-targets):
13139         * org-agenda.el (org-agenda-hide-tags-regexp): Fix typos in docstrings.
13141 2010-08-19  Glenn Morris  <rgm@gnu.org>
13143         * org.el (org-outline-overlay-data, org-set-outline-overlay-data)
13144         (org-save-outline-visibility): Move to org-macs.
13145         * org-macs.el (org-outline-overlay-data, org-set-outline-overlay-data)
13146         (org-save-outline-visibility): Move here from org.el.
13147         (show-all): Autoload it.
13148         * ob.el: Don't require org when compiling.
13150 2010-08-18  Glenn Morris  <rgm@gnu.org>
13152         * ob.el: Require org when compiling.
13153         (org-save-outline-visibility): Remove macro declaration.
13154         * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
13155         Remove unnecessary/macro declarations.
13156         * org-docview.el: Require doc-view when compiling.
13157         (doc-view-goto-page): Autoload rather than declaring.
13158         (doc-view-current-page): Remove macro declaration.
13160 2010-08-17  Glenn Morris  <rgm@gnu.org>
13162         * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
13163         (org-entry-get, org-table-import): Fix declarations.
13164         (org-match-string-no-properties): Remove unnecessary declaration.
13165         * ob-sh.el (org-babel-comint-in-buffer)
13166         (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
13167         (org-babel-comint-with-output): Remove unnecessary declarations.
13168         * ob-R.el (orgtbl-to-tsv): Fix declaration.
13169         * org-list.el (org-entry-get): Fix declaration.
13171 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
13173         * ob-C.el: New file.
13174         * ob-R.el: New file.
13175         * ob-asymptote.el: New file.
13176         * ob-clojure.el: New file.
13177         * ob-comint.el: New file.
13178         * ob-css.el: New file.
13179         * ob-ditaa.el: New file.
13180         * ob-dot.el: New file.
13181         * ob-emacs-lisp.el: New file.
13182         * ob-eval.el: New file.
13183         * ob-exp.el: New file.
13184         * ob-gnuplot.el: New file.
13185         * ob-haskell.el: New file.
13186         * ob-keys.el: New file.
13187         * ob-latex.el: New file.
13188         * ob-lob.el: New file.
13189         * ob-matlab.el: New file.
13190         * ob-mscgen.el: New file.
13191         * ob-ocaml.el: New file.
13192         * ob-octave.el: New file.
13193         * ob-perl.el: New file.
13194         * ob-python.el: New file.
13195         * ob-ref.el: New file.
13196         * ob-ruby.el: New file.
13197         * ob-sass.el: New file.
13198         * ob-screen.el: New file.
13199         * ob-sh.el: New file.
13200         * ob-sql.el: New file.
13201         * ob-sqlite.el: New file.
13202         * ob-table.el: New file.
13203         * ob-tangle.el: New file.
13204         * ob.el: New file.
13206 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13208         * org-mks.el: New file.
13209         * org-capture.el: New file.
13211 2010-07-19  Christian Egli  <christian.egli@sbszh.ch>
13213         * org-taskjuggler.el: New file.
13215 2010-07-19  Matt Lundin  <mdl@imapmail.org>
13217         * org-agenda.el (org-search-view): Fix inclusion of agenda-archives
13218         in org-agenda-text-search-extra-files.
13220 2010-07-19  David Maus  <dmaus@ictsoc.de>
13222         * org-list.el (org-list-send-list): Locally bind variable `txt'.
13224 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
13226         * org.el (org-reload): Now also reloading babel files.
13228 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13230         * org-capture.el (org-capture-set-plist): Make sure txt is a string
13231         before calling `string-match'.
13232         (org-capture-templates): Fix customization type.
13234 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13236         * org-latex.el (org-export-latex-preprocess): Make a special case
13237         for \nbsp.
13238         (org-latex-entities): Remove the entry for \nbsp.
13239         (org-latex-entities-exceptions): Variable removed.
13241 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13243         * org-capture.el (org-capture-refile): Do not try to manipulate
13244         bookmark list.
13246         * org.el (org-refile): Use the correct bookmark here.
13248 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13250         * org-list.el (org-list-send-list): Parse list from its true beginning.
13252         * org.el (org-ctrl-c-ctrl-c): Maybe send the list when at a list item.
13254 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13256         * org.el (org-insert-link): Correctly determine if we should use
13257         a relative path.
13259 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
13261         * org-list.el (org-list-radio-list-templates): Fix templates.
13263 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
13265         * org-list.el (org-list-send-list): Regexp defining the start of
13266         a radio list is now on par with the one used for radio tables.
13268 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13270         * org-entities.el (org-entities-help): Add a headline for
13271         the user-defined entities.
13273 2010-07-19  Dirk-Jan C. Binnema  <djcb.bulk@gmail.com>  (tiny change)
13275         * org-agenda.el (org-agenda-action): Document capture key and add it
13276         to the prompt.
13278 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
13280         * org-latex.el (org-export-latex-listings-langs): Add (sqlite "SQL").
13282 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13284         * org-latex.el (org-export-latex-first-lines): Do not mark
13285         meta lines for removal.  Do not remove BABEL config lines during export.
13287 2010-07-19  David Maus  <dmaus@ictsoc.de>
13289         * org-capture.el (org-capture): Check if
13290         `org-capture-link-is-already-stored' is bound before evaluating.
13292 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
13294         * org.el: Add autoload for org-babel-do-load-languages.
13296 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
13298         * org-src.el (org-src-lang-modes): Add sqlite to sql-mode.
13300 2010-07-19  David Maus  <dmaus@ictsoc.de>
13302         * org-feed.el: Change indentation to match coding style
13303         guideline.
13305 2010-07-19  David Maus  <dmaus@ictsoc.de>
13307         * org-feed.el (org-feed-unescape, org-feed-parse-atom-feed): Load XML
13308         library if necessary.
13310 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13312         * org-beamer.el (org-beamer-amend-header): Standardize the
13313         header cookie for the beamer extra stuff.
13315 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13317         * org-beamer.el (org-beamer-amend-header): Put extra header
13318         last in header.
13320 2010-07-19  David Maus  <dmaus@ictsoc.de>
13322         * org-exp-blocks.el (org-export-blocks-format-ditaa)
13323         (org-export-blocks-format-dot): Remove text properties of body before
13324         calculating cache hash.
13326 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13328         * org-latex.el (org-export-latex-tabular-environment): New option.
13329         (org-export-latex-tables): Use `org-export-latex-tabular-environment'.
13331 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13333         * org-compat.el (org-version-check): New function.
13335         * org-indent.el (org-indent-mode): Check for exact emacs version.
13337 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13339         * org-capture.el (org-capture-templates): Allow the template
13340         to come from a file or function call.
13341         (org-capture-place-entry): Get the template from file or function.
13343 2010-07-19  David Maus  <dmaus@ictsoc.de>
13345         * org-agenda.el (org-agenda-bulk-action): Don't create marker for
13346         position if target is entire file.
13348 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13350         * org.el (org-autoload): Autoload a few more org-table functions.
13352 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
13354         * org.el (org-babel-load-languages): Add ob-mscgen.
13356 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
13358         * org-latex.el (org-export-latex-tables): Format string now
13359         matches options.
13361 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
13363         * org.el (org-babel-load-languages): This variable controls which
13364         languages will be loaded by org-babel.  It is customizable through
13365         the customize interface.
13367 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
13369         * org-latex.el (org-export-latex-format-image): Update number of
13370         arguments to allow for an optional short-name.
13372 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13374         * org-indent.el (org-indent-mode): Refuse to turn on prior to Emacs 23.2.
13376 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13378         * org-capture.el (org-capture-set-target-location):
13379         Store exact positions for file+regexp and file+function targets.
13380         (org-capture-place-entry, org-capture-place-item)
13381         (org-capture-place-table-line, org-capture-place-plain-text):
13382         Respect exact positions.
13383         (org-capture-finalize): Make sure we are at the beginning of a line
13384         when fixing the empty lines after the entry.
13386 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13388         * org.el (org-entry-get-with-inheritance): New argument LITERAL-NIL.
13389         (org-entry-get): Pass `literal-nil' into
13390         `org-entry-get-with-inheritance'.
13391         (org-todo): React to nil values of the LOGGING property.
13393 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13395         * org.el (org-default-notes-file): Update docstring.
13397 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13399         * org.el (org-link-frame-setup): Use `org-gnus-no-new-news' as default.
13401 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
13403         * org-exp.el (org-export-attach-captions-and-attributes):
13404         Add a shortname attribute to caption strings under the symbol name
13405         org-caption-shortn.
13407 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13409         * org.el (org-switchb): Rename from `org-iswitchb'.
13410         Improve docstring.
13411         (org-iswitchb): New alias.
13412         (org-ido-switchb): Make alias point to `org-switchb'.
13414 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13416         * org-capture.el (org-capture-fill-template):
13417         Respect time-of-day preference in template prompt.
13419 2010-07-19  David Maus  <dmaus@ictsoc.de>
13421         * org-feed.el (org-feed-unescape): Remove superfluous lambda.
13423 2010-07-19  David Maus  <dmaus@ictsoc.de>
13425         * org-wl.el (org-wl-disable-folder-check): New customization
13426         variable.
13427         (org-wl-open): Disable folder check depending on
13428         `org-wl-disable-folder-check'.
13430 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13432         * org-capture.el (org-capture-set-target-location):
13433         Fix file+function interpretation.
13435 2010-07-19  David Maus  <dmaus@ictsoc.de>
13437         * org-feed.el (org-feed-parse-rss-entry): Unescape rss element
13438         content.
13440 2010-07-19  David Maus  <dmaus@ictsoc.de>
13442         * org-feed.el (xml-entity-alist): Declare variable
13443         `xml-entity-alist' for byte compiler.
13445 2010-07-19  David Maus  <dmaus@ictsoc.de>
13447         * org-feed.el (org-feed-unescape): New function.
13448         Unescape protected entities.
13449         (org-feed-parse-atom-entry): Use function for atom:content
13450         type text and html.
13452 2010-07-19  David Maus  <dmaus@ictsoc.de>
13454         * org-feed.el (org-feed-parse-rss-feed): Ignore case of rss
13455         element names.
13457 2010-07-19  Bernt Hansen  <bernt@norang.ca>
13459         * org.el (org-time-string-to-absolute): Ignore cyclic repeater
13460         when displaying items on todays agenda date.
13462 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13464         * org-agenda.el (org-agenda-get-progress): Avoid reusing previous
13465         value of EXTRA.
13467 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13469         * org-publish.el (org-publish-initialize-cache):
13470         Make timestamp directory, the entire path to it.
13472 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13474         * org-exp.el (org-export-handle-comments): Make sure to check
13475         for protection in the comment line, and not in the line after it.
13477 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13479         * org-html.el (org-export-html-preprocess): Call org-format-latex,
13480         possibly with a protect-only argument.
13482         * org.el (org-format-latex): New argument PROTECT-ONLY.
13484 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
13486         * org-exp.el (org-export-handle-table-metalines): This function
13487         removes table specific meta-lines, now that we aren't wiping
13488         everything that looks remotely like a comment at the end of the
13489         export process we have to be sure to catch all of the specific lines
13490         in org-exp.el.
13492 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
13494         * org-exp.el (org-export-select-backend-specific-text): Properly
13495         get rid of #+Backend and #+ATTR_Backend specifics to backends not
13496         matching the one we're exporting to.
13498 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
13500         * org-table.el (orgtbl-to-generic): Add the :remove-newlines
13501         option which will strip newline characters from the text of table
13502         cells and replace then with "\n".
13504 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13506         * org.el (org-confirm-shell-link-function)
13507         (org-confirm-elisp-link-function): Limit the values that can be set by
13508         file variables.
13510 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13512         * org.el (org-compute-latex-and-specials-regexp): Deal with
13513         string elements by discarding them.
13515 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13517         * org.el (org-iswitchb): Make sure to use at least iswitchb.
13519 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13521         * org-capture.el (org-capture-position-for-last-stored)
13522         (org-capture-bookmark-last-stored-position): New functions.
13523         (org-capture-place-table-line): Better error catching.
13524         (org-capture-place-item, org-capture-place-entry)
13525         (org-capture-place-plain-text):
13526         Call `org-capture-position-for-last-stored'.
13527         (org-capture-finalize): Just call
13528         `org-capture-bookmark-last-stored-position'.
13530 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
13532         * org-exp.el (org-export-mark-blockquote-verse-center):
13533         Fix small bug, now grabbing match data before overwritten by looking-at
13534         this fixes a problem with remainders of #+end_quote lines appearing
13535         in exported output.
13537 2010-07-19  David Maus  <dmaus@ictsoc.de>
13539         * org.el (org-link-frame-setup): Add customization option for
13540         Wanderlust.
13542 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
13544         * org-latex.el (org-export-latex-fixed-width): Now check
13545         org-example rather than org-protected on verbatim export, because by
13546         default all ": " prefixed lines are marked protected.
13548 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
13550         * org-latex.el (org-export-latex-fixed-width): Check for
13551         protection before wrapping ": " lines as verbatim.
13553 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
13555         * org-exp.el (org-export-handle-comments): Check for protection
13556         before removing comments.
13558 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13560         * org-entities.el (org-entities): Restructure the list.
13561         (org-entities-help): Turn the help output into a buffer
13562         in Org-mode, so that it becomes easier to find a symbol
13563         in the structure.
13564         (org-entities-create-table): Deal with new structure.
13566 2010-07-19  David Maus  <dmaus@ictsoc.de>
13568         * org-agenda.el (org-write-agenda): Use backquotes to expand
13569         `flet' at compile time.
13571 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13573         * org.el (org-entry-properties): Make sure that standard property
13574         names are used even if the user has customized time keywords.
13576 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13578         * org-macs.el (org-not-nil): Return the value if not interpreted
13579         as nil.
13581         * org.el (org-entry-get)
13582         (org-entry-get-with-inheritance): Interpret the value "nil"
13583         as nil for properties.
13585 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13587         * org.el (org-switch-to-buffer-other-window): Return the buffer.
13589 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13591         * org-macs.el (org-not-nil): New function.
13593         * org.el (org-block-todo-from-children-or-siblings-or-parent):
13594         Use `org-not-nil' to interpret a property value of nil.
13596 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13598         * org.el (org-truely-invisible-p): New function.
13599         (org-beginning-of-line): Use `org-truely-invisible-p'.
13601 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13603         * org-agenda.el (org-agenda-get-timestamps): No errors
13604         while getting TODO state.
13605         (org-agenda-highlight-todo): No error when no keyword has
13606         been matched.
13608 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13610         * org.el (org-timestamp-change): New optional argument UPDOWN.
13611         Use this to identify calls from org-timestamp-up/down, so that we can
13612         skip by rounding minutes in this case.
13613         (org-timestamp-up, org-timestamp-down, org-timestamp-up-day)
13614         (org-timestamp-down-day): Call org-timestamp-change with the
13615         updown argument.
13617 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13619         * org-agenda.el (org-agenda-action): Make `c' key call org-capture.
13621         * org-capture.el: New file.
13623         * org-compat.el (org-get-x-clipboard): Function moved here from
13624         remember.el.
13626         * org-mks.el: New file.
13628         * org.el (org-set-regexps-and-options): Allow statistic cookies as
13629         part of complex headlines.
13630         (org-find-olp): New argument THIS-BUFFER.  When set, assume that the
13631         OLP does not contain a file name.
13633 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13635         * org.el (org-mode): Set `comment-start' instead of changing the
13636         syntax of the `#' character.
13638 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13640         * org-exp.el (org-export-format-source-code-or-example): Mark examples
13641         by a property.
13643         * org-html.el (org-export-html-close-lists-maybe): Check if raw
13644         HTML stuff was actually made from an example.
13646 2010-07-19  Bastien Guerry  <bzg@gnu.org>
13648         * org-latex.el: Items are no longer skipped when their first line
13649         ends on a protected element.
13651         * org-list.el: Protected environments looking like lists are not
13652         exported anymore.
13654 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
13656         * org-exp-blocks.el (org-export-blocks-preprocess):
13657         Cleanup trailing newline after block.
13659 2010-07-19  Bastien Guerry  <bzg@gnu.org>
13661         * org-exp.el: Comment regexp now matches documentation.  No more
13662         protection check when deleting comments before export.
13664 2010-07-19  Bastien Guerry  <bzg@gnu.org>
13666         * org-exp.el (org-export-preprocess-string):
13667         Now using `org-export-handle-include-files-recurse' to resolve
13668         included files.
13670 2010-07-19  Bastien Guerry  <bzg@gnu.org>
13672         * org-agenda.el (org-agenda-get-deadlines)
13673         (org-agenda-get-scheduled):
13674         * org.el (org-time-string-to-seconds):
13675         For deadline and scheduled agenda display ignore the cyclic repeater
13676         when calculating how many days late the task is.  If you have a weekly
13677         task and miss the date the agenda view will show more than a week late
13678         now instead of resetting on the cyclic repeating date.  This makes it
13679         much more obvious when you missed a repeating task after the repeater.
13681 2010-07-19  Bastien Guerry  <bzg@gnu.org>
13683         * org-exp.el (org-export-mark-blockquote-verse-center):
13684         Consider environments that end at eob.
13686 2010-07-19  Mikael Fornius  <mfo@abc.se>
13688         * org.el (org-raise-scripts): Do not fontify sub/superscripts of text
13689         with face `org-special-keyword'.  Make property keys as :LAST_REPEAT:
13690         display correctly.
13692 2010-07-19  Mikael Fornius  <mfo@abc.se>
13694         * org.el (org-at-property-p): Use save-match-data macro instead of let.
13696 2010-07-19  Mikael Fornius  <mfo@abc.se>
13698         * org.el (test): Remove unused test function.
13700 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
13702         * org-exp-blocks.el (org-export-blocks-preprocess): Fix typo.
13704 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
13706         * org-exp-blocks.el (org-export-blocks-postblock-hook):
13707         Add documentation to and turn into a defcustom.
13709 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
13711         * org-exp.el (org-get-file-contents): By un-setting prefix1 to ""
13712         instead of to nil we avoid errors when :prefix1 is defined, but
13713         prefix is not.
13715 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
13717         * org-latex.el (org-export-latex-preprocess): Environments coming
13718         from latex backend specific instructions (#+LaTeX) are already
13719         protected and won't be treated as normal environments.
13721 2010-07-19  Bastien Guerry  <bzg@gnu.org>
13723         * org-timer.el (org-timer-set-timer): Fix typo in the docstring.
13725 2010-07-19  Bastien Guerry  <bzg@gnu.org>
13727         * org-timer.el (org-timer-set-timer): Use a prefix argument.
13728         See the docstring of the function.
13730 2010-07-19  Bastien Guerry  <bzg@gnu.org>
13732         * org-timer.el (org-timer-set-timer): Fix bug about canceling
13733         timers.
13735 2010-07-19  David Maus  <dmaus@ictsoc.de>
13737         * org-w3m.el (org-w3m-copy-for-org-mode)
13738         (org-w3m-get-next-link-start, org-w3m-get-prev-link-start):
13739         Get text property directly, not using macro `w3m-anchor'.
13741 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13743         * org.el (org-emph-re): Document the match groups.
13745 2010-07-19  Bernt Hansen  <bernt@norang.ca>
13747         * org-clock.el (org-clock-in): Set `org-clock-clocking-in' to
13748         t before calling `org-clock-out', so that that function can
13749         know its call context.
13751 2010-07-19  Bastien Guerry  <bzg@gnu.org>
13753         * org-timer.el (org-timer-default-timer): New variable.
13754         (org-timer-set-timer): Use the new variable.  Also offer the
13755         possibility to replace the current timer by a new one.
13757 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13759         * org.el (org-kill-note-or-show-branches): Hide subtree before
13760         exposing the headings.
13762 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13764         * org.el (org-add-planning-info): Remove the empty line also
13765         if there is no whitespace at all in there.
13767         * org-table.el (org-table-align): Fix alignment of strings
13768         with invisible characters.
13770 2010-07-19  David Maus  <dmaus@ictsoc.de>
13772         * org.el (org-refile-cache-get): Return empty list of targets
13773         when cache was cleared.
13774         (org-clone-subtree-with-time-shift): Maybe create ID property
13775         in cloned subtrees.
13776         (org-clone-delete-id): New customization variable.
13777         (org-clone-subtree-with-time-shift): Use customization
13778         variable `org-clone-delete-id'.
13779         (org-clone-subtree-with-time-shift): Remove empty property
13780         drawer in cloned subtrees.
13782 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13784         * org.el (org-refile-use-cache): New option.
13785         (org-refile-cache, org-refile-markers): New variable.
13786         (org-refile-marker, org-refile-cache-clear)
13787         (org-refile-cache-check-set, org-refile-cache-put)
13788         (org-refile-cache-get): New function.
13789         (org-get-refile-targets): Use the refile cache.
13791         * org-clock.el (org-clock-sum): Don't include running clock if
13792         the time block is wrong.
13794 2010-07-19  John Wiegley  <jwiegley@gmail.com>
13796         * org-clock.el (org-clock-clock-in, org-clock-in):
13797         Add parameter `start-time'.
13798         (org-clock-resolve-clock): Add parameter `clock-out-time'.
13799         If set, and resolve-to is a past time, then the clock out
13800         event occurs at `clock-out-time' rather than at `resolve-to'.
13801         In this case, `resolve-to' becomes the clock in time.
13802         (org-clock-jump-to-current-clock): Create new global command
13803         to reveal the current clock.
13804         (org-clock-resolve): Add new commands g/G and j/J, and a
13805         help window describing all commands and their meaning.
13806         (org-clock-resolve-expert): New customization variable.
13807         (org-find-open-clocks): Fix a bug that caused discovered
13808         clocks not to match up with the currently active clock.
13809         (org-resolve-clocks): Change the argument
13810         `also-non-dangling-p' to `only-dangling-p', since due to a bug
13811         this was the default behavior all along.
13813 2010-07-19  David Maus  <dmaus@ictsoc.de>
13815         * org-id.el (org-id-uuid): New function.  Return string with
13816         random (version 4) UUID.
13817         (org-id-method): Make 'uuid the new default value.
13818         (org-id-new): Use `org-id-uuid' if call to uuidgen program
13819         does not return a UUID.
13821 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13823         * org-latex.el (org-export-latex-format-image): Add support
13824         for multicolumn figures in LaTeX.
13826 2010-07-19  David Maus  <dmaus@ictsoc.de>
13828         * org.el (org-clone-subtree-with-time-shift): Remove ID
13829         property of original subtree in cloned subtrees.
13831 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13833         * org-exp.el (org-export-format-source-code-or-example):
13834         XEmacs compatibility.
13836         * org-latex.el (org-export-latex-tables): Accept comma in
13837         align string.
13839         * org-docbook.el (org-export-docbook-xslt-stylesheet): New option.
13840         (org-export-docbook-xslt-proc-command): Fix docstring.
13841         (org-export-docbook-xsl-fo-proc-command): Fix docstring.
13842         (org-export-as-docbook-pdf):
13843         Improve formatting of the xslt command.
13845         * org-exp.el (org-infile-export-plist): Check for XSLT setting.
13847         * org.el (org-file-contents): Improve error message.
13848         (org-set-regexps-and-options): Remove spaces at both ends.
13850 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13852         * org-docbook.el (org-export-as-docbook-pdf):
13853         Improve formatting of the xslt command.
13855 2010-07-19  Sebastian Rose  <sebastian_rose@gmx.de>
13857         * org-publish.el (org-publish-cache): Use one big hashmap for
13858         each project defined in `org-publish-project-alist'.
13859         (initialize-files-alist): Function removed.
13860         (org-publish-validate-link): Function removed.
13861         (org-publish-get-base-files): Add variable `sitemap-requested'
13862         to avoid sorting where possible.
13863         (org-publish-get-files): Function removed.
13864         (org-publish-get-project-from-filename): Make independent of
13865         file list.
13866         (org-publish-file): New argument NO-CACHE.
13868 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13870         * org.el (org-beginning-of-defun, org-end-of-defun):
13871         New functions.
13872         (org-mode): Install the `org-beginning-of-defun' and
13873         `org-end-of-defun' functions.
13874         (org-pretty-entities): New option.
13875         (org-toggle-pretty-entities): New command.
13876         (org-fontify-entities): New function.
13877         (org-startup-options): New keywords for pretty entities.
13878         (org-set-font-lock-defaults): Call the pretty entities
13879         function.
13881         * org-latex.el (org-export-latex-keywords-maybe): Protect the
13882         TODO markup.
13884 2010-07-19  Mikael Fornius  <mfo@abc.se>
13886         * org-habit.el (org-habit-build-graph): Help-echo date when
13887         mouse is over stars.
13889 2010-07-19  Jan Böker  <jan.boecker@jboecker.de>
13891         * org.el (org-file-apps): Improve docstring to reflect
13892         grouping matches.
13894 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13896         * org.el (org-set-startup-visibility): Fix empty line display.
13898         * org-latex.el (org-export-latex-links): Use the formatting
13899         function of the link type, if it is available.
13901         * org-table.el (org-table-get-remote-range): Return to
13902         original buffer when retrieving remote reference.
13904         * org.el (org-display-inline-images): Do the entire buffer,
13905         not just the narrowed region.  Clear the cache.
13906         (org-display-inline-images): Match mode file paths.
13908 2010-07-19  David Maus  <dmaus@ictsoc.de>
13910         * org-wl.el (org-wl-store-link-folder): Don't throw error when
13911         called on WL folder group.
13913 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13915         * org.el (org-replace-escapes): Make sure the cdr is not nil.
13916         (org-read-date): Make `M-v' and `C-v' scroll the popup calendar.
13917         (org-mode): Revert comment syntax changes.
13919 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13921         * org.el (org-sparse-tree): Make `C-c / t' search for all TODO
13922         keywords, and `C-c / T' for a specific one.
13924 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13926         * org.el (org-mode): Fix comment syntax settings.
13928         * org-src.el (org-edit-src-allow-write-back-p):
13929         Define variable.
13931         * org.el (org-inline-image-overlays): New variable.
13932         (org-toggle-inline-images, org-display-inline-images)
13933         (org-remove-inline-images): New commands.
13934         (org-mode-map): Define a key for `org-toggle-inline-images'.
13936 2010-07-19  David Maus  <dmaus@ictsoc.de>
13938         * org-wl.el (org-wl-message-field): New function.
13939         Return content of header field in message entity.
13940         (org-wl-store-link): Call `org-wl-store-link-folder' or
13941         `org-wl-store-link-message' depending on major-mode.
13942         (org-wl-store-link-folder): New function.  Store link to
13943         Wanderlust folder.
13944         (org-wl-store-link-message): New function.  Store link to
13945         Wanderlust message.
13946         (org-wl-store-link-message): Store link to message while
13947         visiting message.
13948         (org-wl-open): Don't try to jump to message when opening a
13949         folder link.
13951 2010-07-19  David Maus  <dmaus@ictsoc.de>
13953         * org.el (org-replace-escapes): Avoid infinite loop when
13954         replace string contains escape sequence it replaces.
13956 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13958         * org-crypt.el (org-crypt-key-for-heading): Use symmetric
13959         encryption when now key is set.
13961 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13963         * org-table.el (org-table-recalculate-buffer-tables)
13964         (org-table-iterate-buffer-tables): New commands.
13966         * org.el (org-check-for-hidden): When there is a region, skip
13967         the check.
13969 2010-07-19  Dan Davison  <davison@stats.ox.ac.uk>
13971         * org-src.el (org-edit-src-code): allow-write-back-p had
13972         erroneously been omitted from let binding.
13974 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13976         * org-agenda.el (org-sorting-choice): New sorting type alpha.
13977         (org-cmp-alpha): New defsubst.
13978         (org-em): New defsubst.
13979         (org-entries-lessp): Only compute needed comparisons.
13981 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13983         * org-html.el (org-format-org-table-html): Test all columns
13984         for number content.
13986 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13988         * org-latex.el (org-export-latex-treat-sub-super-char):
13989         Make sure parenthesis matching is consistent.
13991         * org-table.el (org-table-colgroup-line-p)
13992         (org-table-cookie-line-p): New functions.
13994         * org-exp.el (org-table-clean-before-export): Better tests for
13995         colgroup and cookie lines.
13997 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
13999         * org-agenda.el (org-agenda-goto): Push a mark before changing
14000         the position.
14002         * org-footnote.el (org-footnote): New group.
14003         (org-footnote-section)
14004         (org-footnote-tag-for-non-org-mode-files): Fix typos.
14006         * org-list.el (org-end-of-item-text-before-children): Also do
14007         the right thing at the end of a file.
14009         * org.el (org-set-packages-alist, org-get-packages-alist):
14010         New function.
14011         (org-export-latex-default-packages-alist)
14012         (org-export-latex-packages-alist): Add extra flag to
14013         each package, indicating if it should be used for snippets.
14014         (org-create-formula-image): Add the snippet argument.
14015         (org-splice-latex-header): New argument SNIPPET-P, pass it
14016         through to `org-latex-packages-to-string'.
14017         (org-latex-packages-to-string): New argument SNIPPET-P.
14019         * org-latex.el (org-export-latex-make-header): Add the snippet
14020         argument.
14022         * org-docbook.el (org-export-as-docbook): Implement ordered
14023         lists starting at some offset.
14025 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
14027         * org.el (org-link-types, org-open-at-point): Add doi links.
14029         * org-ascii.el (org-export-ascii-preprocess): Remove list
14030         startcounter cookies.
14032         * org-list.el (org-renumber-ordered-list): Respect counter
14033         start values.
14035         * org-latex.el (org-export-latex-lists): Accept ordered list
14036         item offset cookie.
14038         * org-html.el (org-export-as-html): Accept ordered list
14039         item offset cookie.
14041         * org-indent.el (org-indent-mode): Turn off `indent-tabs-mode'
14042         which messes up alignment of tags.
14044 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
14046         * org-clock.el (org-clock-cancel, org-clock-out): Make sure
14047         the modeline display is removed.
14049         * org-exp.el (org-export-format-drawer-function):
14050         Fix docstring.
14052         * org-agenda.el (org-agenda-refile): New optional argument
14053         NO-UPDATE.
14054         (org-agenda-refile): Call `org-agenda-redo' unless NO-UPDATE
14055         is set.
14056         (org-agenda-bulk-action): Call the refile command with updates
14057         suppressed - but arrange for `org-agenda-redo' to be called at
14058         the end.
14060         * org.el (org-mode): Make table mapping quiet.
14061         (org-table-map-tables): New optional argument QUIETLY.
14063         * org-ascii.el (org-export-ascii-preprocess): Make table
14064         mapping quiet.
14066         * org-html.el (org-export-as-html, org-html-level-start):
14067         Change XHTML IDs to not use dots.
14069         * org-exp.el (org-export-define-heading-targets):
14070         Change XHTML IDs to not use dots.
14072         * org-docbook.el (org-export-docbook-level-start):
14073         Change XHTML IDs to not use dots.
14075         * org-latex.el (org-export-as-latex): Make sure that the
14076         result buffer is in latex-mode.
14078         * org.el (org-shiftup-final-hook, org-shiftdown-final-hook)
14079         (org-shiftleft-final-hook, org-shiftright-final-hook):
14080         New hooks.
14082 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
14084         * org-table.el (org-table-justify-field-maybe): Make sure that
14085         inserting a value does not turn a line into a hline.
14087 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
14089         * org-clock.el (org-clock-sum): New argument HEADLINE-FILTER.
14090         (org-clock-sum): Add property to selected headlines.
14091         (org-dblock-write:clocktable): Make tags matcher.
14093         * org.el (org-set-autofill-regexps): XEmacs compatibility.
14095         * org-latex.el (org-export-latex-set-initial-vars): Allow "-"
14096         in latex class definitions.
14098         * org.el (org-shiftup-hook, org-shiftdown-hook)
14099         (org-shiftleft-hook, org-shiftright-hook): New hooks.
14101         * org-entities.el (org-entities): Use \land and \lor for logical
14102         operators.
14104         * org.el (org-shiftmetaleft, org-shiftmetaright): Call the subtree
14105         indentation commands.
14106         (org-hidden-tree-error): New defsubst.
14107         (org-metaleft, org-metaright): Check for hidden stuff and throw an
14108         error.
14109         (org-check-for-hidden): New function.
14111         * org-list.el (org-item-re): New function.
14112         (org-at-item-p): Use `org-item-re'.
14113         (org-end-of-item-text-before-children): New function.
14114         (org-outdent-item, org-indent-item): Arrange for leaving the
14115         subtree alone.
14116         (org-outdent-item-tree, org-indent-item-tree): New argument
14117         NO-SUBTREE.
14118         (org-indent-item-tree): Use `org-end-of-item-text-before-children'
14119         to find the end for processing while ignoring the subtree.
14121         * org-publish.el (org-publish-sitemap-sort-alphabetically)
14122         (org-publish-sitemap-sort-folders)
14123         (org-publish-sitemap-sort-ignore-case): New options.
14125 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
14127         * org-publish.el (org-publish-compare-directory-files): Fix sorting.
14129         * org-compat.el (org-get-x-clipboard-compat): Use (featurep 'xemacs).
14131         * org-publish.el (org-publish-project-alist): Update docstring.
14132         (org-publish-file-title-cache): New variable.
14133         (org-publish-initialize-files-alist):
14134         Initialize `org-publish-initialize-files-alist' to nil.
14135         (org-publish-sort-directory-files): New function.
14136         (org-publish-projects): Access the new properties.
14137         (org-publish-find-title): Use the file title cache.
14138         (org-publish-find-title): Build the file title cache.
14139         (org-publish-get-base-files-1): Sort files.
14140         (org-publish-aux-preprocess): Do not throw an error when before
14141         the first headline.  Allow an empty target, meaning to link just
14142         to the file.
14143         (org-publish-index-generate-theindex.inc): Check if there is
14144         actually a target and only then add it to the link.
14145         (org-publish-projects): Fix a remaining issue with the last commit.
14147         * org-html.el (org-export-as-html): Treat verse as open/close
14148         paragraph.
14149         (org-export-html-close-lists-maybe): Allow to splice raw HTML into
14150         and out of lists.
14152 2010-07-19  Dan Davison  <davison@stats.ox.ac.uk>
14154         * org-src.el (org-edit-src-code): Allow the org-src edit buffer to
14155         be used in a read-only mode.
14156         (org-edit-src-code): Different message in read-only mode.
14158 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
14160         * org-src.el (org-edit-src-find-region-and-lang): Test for
14161         table.el as late as possible.
14163         * org-colview.el: Make sure this file is never loaded into XEmacs.
14165         * org-agenda.el (org-highlight, org-unhighlight): Use direct
14166         overlay calls.
14168         * org.el (org-key): Apply the translations defined in
14169         `org-xemacs-key-equivalents'.
14171         * org-mouse.el (org-mode-hook): Use `org-defkey'.
14173         * org-compat.el (org-xemacs-key-equivalents): New constant.
14175 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
14177         * org-inlinetask.el (org-inlinetask-defaut-state): New option.
14178         (org-inlinetask-insert-task): Use `org-inlinetask-defaut-state'.
14179         Obey `org-odd-levels-only'.
14181         * org-compat.el (org-find-overlays): Use overlays-in/at.
14183         * org.el (org-remove-empty-overlays-at)
14184         (org-outline-overlay-data, org-hide-block-toggle)
14185         (org-format-latex, org-context): Use overlays-in/at.
14187         * org-src.el (org-edit-src-exit): Use overlays-in/at.
14189         * org-agenda.el (org-agenda-mark-clocking-task)
14190         (org-agenda-fontify-priorities, org-agenda-dim-blocked-tasks)
14191         (org-agenda-entry-text-hide)
14192         (org-agenda-fix-tags-filter-overlays-at)
14193         (org-agenda-bulk-remove-overlays): Use overlays-in/at.
14195         * org-compat.el (org-overlays-at): Function removed.
14196         (org-overlays-in): Function removed.
14198 2010-07-19  Bastien Guerry  <bzg@gnu.org>
14200         * org-clock.el (org-clock-set-current): Just return the headline
14201         itself, strip the TODO keyword, the priority cookie and the tags.
14203 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
14205         * org-compat.el (org-xemacs-without-invisibility): New macro.
14206         (org-xemacs-without-invisibility): New macro.
14207         (org-indent-to-column, org-indent-line-to, org-move-to-column):
14208         Redefine using the macro `org-xemacs-without-invisibility'.
14210         * org.el (org-mode, org-org-menu): Use `add-to-invisibility-spec'.
14212         * org-table.el (orgtbl-mode): Use `add-to-invisibility-spec'.
14214         * org-compat.el (org-make-overlay, org-delete-overlay)
14215         (org-overlay-start, org-overlay-end, org-overlay-put)
14216         (org-overlay-get, org-overlay-move, org-overlay-buffer):
14217         Functions removed.
14218         (org-add-to-invisibility-spec): Function removed.
14220         * org-html.el (org-export-as-html-and-open): Add argument to
14221         kill-buffer.
14223         * org-habit.el (require): `calendar' is now required already by
14224         org.el on top level.
14226         * org-clock.el (require): `calendar' is now required already by
14227         org.el on top level.
14229         * org-agenda.el (require, org-timeline, org-agenda-list)
14230         (org-todo-list, org-agenda-to-appt): `calendar' is now required
14231         already by org.el on top level.
14233         * org.el (org-export-latex-fix-inputenc): Declare function.
14235         * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
14236         variables.
14238         * org.el (calendar): Require calendar now on top level in org.el
14239         and define aliases to new variables when needed.
14240         (org-read-date, org-goto-calendar): Do not bind obsolete
14241         variables.
14243         * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
14244         compilation warning, add comment that this cannot be done with
14245         `with-current-buffer'.
14247         * org-wl.el (org-wl-open): Use `with-current-buffer'.
14249         * org.el (overlay, org-remove-empty-overlays-at)
14250         (org-outline-overlay-data, org-set-outline-overlay-data)
14251         (org-show-block-all, org-hide-block-toggle)
14252         (org-highlight-new-match, org-remove-occur-highlights)
14253         (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
14254         (org-read-date, org-read-date-display, org-eval-in-calendar)
14255         (org-format-latex, org-context)
14256         (org-speedbar-restriction-lock-overlay)
14257         (org-speedbar-set-agenda-restriction): Use the normal overlay API.
14259         * org-table.el (org-table-add-rectangle-overlay)
14260         (org-table-remove-rectangle-highlight)
14261         (org-table-overlay-coordinates)
14262         (org-table-toggle-coordinate-overlays): Use the normal overlay
14263         API.
14265         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
14266         (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
14267         normal overlay API.
14269         * org-colview.el (org-columns-new-overlay)
14270         (org-columns-display-here, org-columns-remove-overlays)
14271         (org-columns-edit-value, org-columns-next-allowed-value)
14272         (org-columns-update): Use the normal overlay API.
14274         * org-clock.el (org-clock-out, org-clock-cancel)
14275         (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
14276         overlay API.
14278         * org-agenda.el (org-agenda-mark-filtered-text)
14279         (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
14280         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
14281         (org-agenda-entry-text-hide)
14282         (org-agenda-restriction-lock-overlay)
14283         (org-agenda-set-restriction-lock)
14284         (org-agenda-filter-by-tag-hide-line)
14285         (org-agenda-fix-tags-filter-overlays-at)
14286         (org-agenda-filter-by-tag-show-all, org-hl)
14287         (org-agenda-goto-calendar, org-agenda-bulk-mark)
14288         (org-agenda-bulk-remove-overlays): Use the normal overlay API.
14290         * org-freemind.el (org-freemind-from-org-mode-node)
14291         (org-freemind-from-org-mode)
14292         (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
14293         Use interactive-p instead of called-interactively, because this is
14294         backward compatible with older Emacsen I still support..
14296 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
14298         * org-exp.el (org-export-define-heading-targets): Fix bug in
14299         regexp finding ID and CUSTOM_ID properties.
14301 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
14303         * org-footnote.el (org-footnote-goto-previous-reference):
14304         Rename from `org-footnote-goto-next-reference'.
14306         * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
14307         org-log-repeat is non-nil, or if there is clocking data in the
14308         entry.
14310         * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
14312 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
14314         * org.el (org-align-all-tags): New command.
14316 2010-07-19  David Maus  <dmaus@ictsoc.de>
14318         * org-wl.el (org-wl-link-remove-filter): New customizable
14319         variable.  If non-nil, filter conditions are stripped when storing
14320         link to message in filter folder.
14321         (org-wl-shimbun-prefer-web-links): New customizable variable.
14322         If non-nil, links to shimbun messages are created as web links to
14323         message source.
14324         (org-wl-nntp-prefer-web-links): New customizable variable.
14325         If non-nil, links to nntp message are created as web links to gmane
14326         or googlegroups.
14327         (org-wl-namazu-default-index): New customizable variable.
14328         Directory of namazu search index that should be used as default
14329         when opening a link in a search folder.
14330         (org-wl-folder-types): New constant.  Wanderlust folder type
14331         indicators.
14332         (org-wl-folder-type): New function.  Return type of Wanderlust
14333         folder.
14334         (org-wl-store-link): Create web links for shimbun or nntp messages
14335         and strip filter conditions depending on customizable variables.
14336         (org-wl-open): Open namazu search folder for message when called
14337         with prefix.
14339 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
14341         * org.el (org-remove-if, org-remove-if-not): New functions.
14342         (org-open-file): Use internal remove-if functions.
14344 2010-07-19  Jan Böcker  <jan.boecker@jboecker.de>
14346         * org.el (org-file-apps-entry-match-against-dlink-p): New function.
14347         (org-file-apps-ex): Remove variable.
14348         (org-open-file): Integrate org-file-apps-ex functionality back
14349         into org-file-apps, and decide whether to match a regexp against
14350         the link or the filename using org-file-apps-entry-uses-grouping-p.
14352 2010-07-19  Jan Böcker  <jan.boecker@jboecker.de>
14354         * org.el (org-file-apps-ex): New variable.
14355         (org-open-file): Before considering org-file-apps, first match the
14356         regexps from org-file-apps-ex against the whole link.
14357         See docstring of org-file-apps-ex.
14359 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
14361         * org.el (org-export-latex-default-packages-alist):
14362         Remove microtype package.
14363         (org-todo-repeat-to-state): New variable.
14364         (org-auto-repeat-maybe): Allow user-selected target states.
14365         (org-default-properties): Add the new property REPEAT_TO_STATE.
14367 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
14369         * org-mobile.el (org-mobile-check-setup): Make sure that there is
14370         a binary to compute checksums.
14372 2010-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
14374         * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
14375         variables.
14377         * org.el (calendar): Require calendar now on top level in org.el
14378         and define aliases to new variables when needed.
14379         (org-read-date, org-goto-calendar): Do not bind obsolete
14380         variables.
14382 2010-06-22  Glenn Morris  <rgm@gnu.org>
14384         * org-entities.el: Add explicit utf-8 coding cookie to file with
14385         utf-8 characters.
14387 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14389         * org.el (org-file-complete-link): Avoid (expand-file-name ".").
14391 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
14393         * Version 23.2 released.
14395 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14397         * org-table.el (orgtbl-setup):
14398         * org-agenda.el (org-agenda-entry-text-mode): Simplify.
14400 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14402         * org-table.el (orgtbl-mode): Use define-minor-mode.
14404 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14406         * org.el (org-insert-link): Find the link buffer on visible frames.
14407         (org-export-latex-default-packages-alist): Hyperref must be loaded
14408         late.
14409         (org-open-file): More care with the new matching for file links.
14411 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14413         * org-latex.el (org-export-latex-preprocess): Do not yet protect
14414         defined entities - these will be taken care of later.
14415         (org-export-latex-special-chars): Post-process entity replacement.
14416         (org-export-latex-fontify-headline): Do not yet protect defined
14417         entities - these will be taken care of later.
14418         (org-export-latex-tables, org-export-latex-links): Format the
14419         caption properly.
14421         * org-entities.el (org-entities-user): Fix typo.
14423         * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords.
14425         * org-entities.el (org-entities-user): Improve docstring.
14427 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14429         * org-entities.el (org-macs): Require org-macs, to be sure that we
14430         have `declare-function' defined.
14432 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14434         * org-latex.el (org-export-latex-classes): Update docstring.
14436         * org.el (org-format-latex-header): Add cookies to the header.
14437         (org-splice-latex-header): Implement placement according to cookies.
14439 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14441         * org-publish.el (org-publish-aux-preprocess): Control case
14442         sensitivity.
14444 2010-04-10  Bastien Guerry  <bzg@gnu.org>
14446         * org.el (org-splice-latex-header): Fix typo.
14448 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14450         * org-latex.el (org-export-latex-make-header):
14451         Use `org-splice-latex-header' to build the header.
14452         (org-export-latex-classes): Update docstring.
14454         * org.el (org-splice-latex-header): New function.
14455         (org-create-formula-image): Use `org-splice-latex-header' to build
14456         the header.
14458         * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
14460 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14462         * org.el (org-export-latex-packages-alist)
14463         (org-export-latex-default-packages-alist): Fix docstring to
14464         reflect the expected structure.
14466         * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
14467         (org-export-docbook-finalize-table): Make use of label for tables.
14469 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14471         * org-attach.el (org-attach-commit): Split on newlines.
14473         * org.el (org-export-latex-default-packages-alist): Use list
14474         instead of cons for the entries.
14476 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14478         * org-entities.el (org-entity-get-representation): Catch the case
14479         that there is not entry in the list.
14481         * org-mobile.el (org-mobile-use-encryption)
14482         (org-mobile-encryption-tempfile, org-mobile-encryption-password):
14483         New options.
14484         (org-mobile-check-setup): CHeck the encryption setup.
14485         (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
14486         (org-mobile-create-sumo-agenda): Use encryption code.
14487         (org-mobile-encrypt-and-move): New function.
14488         (org-mobile-encrypt-file, org-mobile-decrypt-file):
14489         New functions.
14490         (org-mobile-move-capture): Decrypt the capture file.
14492         * org.el (org-entities): Require the new file.
14493         (org-export-latex-default-packages-alist): New variable.
14494         (org-complete): Use new entity code for completion.
14495         (org-create-formula-image): Use the new packages variable.
14497         * org-latex.el (org-export-latex-classes): Remove the standard
14498         packages from the class headers.
14499         (org-export-latex-make-header): Use the new package variable.
14500         (org-export-latex-special-chars): Better regexp for entities, to
14501         support entity name that contain numbers.
14502         (org-export-latex-treat-backslash-char): Use the new entity code.
14504         * org-html.el (org-html-do-expand): Use the new entity code.
14506         * org-exp.el (org-export): Add the new export commands.
14507         (org-html-entities): Constant removed.
14508         (org-export-visible): Add the new export commands.
14510         * org-docbook.el (org-docbook-do-expand): Use new entity code.
14512         * org-ascii.el (org-export-ascii-entities): New variable.
14513         (org-export-as-latin1, org-export-as-latin1-to-buffer)
14514         (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
14515         (org-export-as-encoding): New function.
14516         (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
14517         (org-ascii-replace-entities): New function.
14519 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14520             Ulf Stegemann  <ulf@zeitform.de>
14522         * org-entities.el: New file.
14524 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14526         * org-html.el (org-html-level-start): Catch the case that target
14527         might be nil.
14529 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
14531         * org.el (org-appearance): Change Customize group variable name
14532         from org-font-lock to org-appearance, and change tag from "Org
14533         Font Lock" to "Org Appearance".
14534         (org-odd-levels-only): Change Customize group variable name.
14535         (org-level-color-stars-only): Change Customize group variable name.
14536         (org-hide-leading-stars): Change Customize group variable name.
14537         (org-hidden-keywords): Change Customize group variable name.
14538         (org-fontify-done-headline): Change Customize group variable name.
14539         (org-fontify-emphasized-text): Change Customize group variable name.
14540         (org-fontify-whole-heading-line): Change Customize group variable name.
14541         (org-highlight-latex-fragments-and-specials): Change Customize
14542         group variable name.
14543         (org-hide-emphasis-markers): Change Customize group variable name.
14544         (org-emphasis-alist): Change Customize group variable name.
14545         (org-emphasis-regexp-components): Change Customize group variable
14546         name.
14547         (org-modules): Remove mention of org-R.
14549         * org-faces.el (org-faces): Change Customize group variable name.
14551 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14553         * org-agenda.el (org-diary-last-run-time): New variable.
14554         (org-diary): Prepare agenda buffers only if last call was some
14555         time ago.
14557         * org-html.el (org-export-html-preprocess): Replace \ref macros
14558         with a link.
14559         (org-format-org-table-html): Add the label as an anchor.
14561         * org-docbook.el (org-export-docbook-format-image): Do some
14562         formatting on captions.
14564         * org-latex.el (org-export-latex-tables, org-export-latex-links):
14565         Do some formatting on captions.
14567         * org-html.el (org-export-html-format-image)
14568         (org-format-org-table-html): Do some formatting on captions.
14570 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
14572         * org.el (org-hidden-keywords): New customizable variable.  This is
14573         a list of symbols specifying which of the special keywords #+DATE,
14574         #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
14575         (org-fontify-meta-lines-and-blocks): Changes to font-lock code
14576         implementing new faces and hiding behavior.
14578         * org-faces.el (org-document-title): New face for #+TITLE lines.
14579         (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines.
14580         (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL
14581         keywords.
14583 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14585         * org-publish.el (org-publish-sanitize-plist): New function to
14586         rename "index" properties to "sitemap".  Do this renaming
14587         globally.
14588         (org-publish-with-aux-preprocess-maybe): New macro.
14589         (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
14590         macro.
14591         (org-publish-aux-preprocess)
14592         (org-publish-index-generate-theindex.inc): New function.
14594 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14596         * org-table.el (org-table-align): Interpret <N> at fixed width,
14597         not as maximum width.
14599 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14601         * org-exp.el (org-export-author-info, org-export-email-info):
14602         Fix docstrings.
14604         * org-beamer.el (org-beamer-select-environment): Rename from
14605         `org-beamer-set-environment-tag'.  Improve docstring.
14607         * org-freemind.el (org-freemind-write-mm-buffer): Fix another
14608         problem with odd levels.
14610         * org-ascii.el (org-export-as-ascii): Export email only if the
14611         author wants it.
14613         * org-docbook.el (org-export-as-docbook): Export email only if the
14614         author wants it.
14616         * org-html.el (org-export-as-html): Export email only if the
14617         author wants it.
14619         * org-exp.el (org-export-email-info): New option.
14620         (org-export-plist-vars): Add entry for `org-export-email'.
14622 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14624         * org-table.el (org-table-goto-line): Fix typo.
14626 2010-04-10  Mikael Fornius  <mfo@abc.se>
14628         * org.el (org-agenda-files): Typo.
14629         (org-read-agenda-file-list): Add optional argument to help
14630         `org-store-new-agenda-file-list' to remember un-expanded file
14631         names.  Expand file names relative to `org-directory'.
14632         (org-store-new-agenda-file-list): Keep un-expanded file names when
14633         saving, if available.
14634         (org-agenda-files): Update documentation.
14636 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14638         * org-ascii.el (org-export-as-ascii): Catch the case of exporting
14639         a buffer with no file name attached.
14641         * org.el (org-log-refile): New option.
14642         (org-log-note-headings): Add a heading for refiling.
14643         (org-startup-options): Add keywords for logging of the refile
14644         action.
14645         (org-refile): Add logging action.
14646         (org-add-log-note): Allow for refiling action.
14648         * org-agenda.el (org-agenda-bulk-action): Make sure
14649         `org-log-refile' is not `note' during a bulk action.
14651 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14653         * org.el (org-map-dblocks): Use save-excursion to remember the
14654         position.
14656         * org-attach.el (org-attach-commit): Remove dependence on xargs.
14657         (org-attach-delete-one): Commit after deleting a file.
14659         * org-latex.el (org-export-latex-fontify): Do not mistake table.el
14660         borders for strike-through emphasis.
14662         * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
14663         handling of odd levels.
14665         * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
14666         and `future' values.
14667         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
14668         Handle `past' and `future' values.
14670         * org.el (org-read-agenda-file-list): Interpret file names
14671         relative to org-directory and allow environment variables and
14672         "~".
14674         * org-latex.el (org-export-latex-special-chars): Allow a
14675         parenthesis before an exponent or subscript.
14677 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
14679         * org-src.el (org-edit-src-exit): When returning from code edit
14680         buffer, if code block is hidden, leave point at start of
14681         #+begin_src line.
14683 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14685         * org.el (org-insert-heading): Do not remove all spaces if the
14686         headline is empty.
14688         * org-indent.el (org-indent): Fix group name.
14690 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14692         * org-table.el (org-table-goto-column): Fix forcing a non-existing
14693         column.
14694         (org-table-get, org-table-put, org-table-goto-line)
14695         (org-table-current-line): New functions.
14697 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
14699         * org.el (org-open-file): Allow regular expressions in
14700         org-file-apps to capture link parameters using groups.  In a
14701         command string to be executed, the parameters can be referenced
14702         using %1, %2, etc.  Lisp forms can access them using
14703         (match-string n link).
14704         (org-apps-regexp-alist): Adopt the created regexp, as this is now
14705         matched against a file: link instead of the file name.
14707 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14709         * org-crypt.el (org-reveal-start-hook): Add a decryption function
14710         to this hook.
14711         (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry):
14712         Add docstrings.
14714         * org.el (org-point-at-end-of-empty-headline)
14715         (org-level-increment, org-get-previous-line-level): New function.
14716         (org-cycle-level): Rewritten to be independent of when this
14717         function is called.
14718         (org-in-regexps-block-p): New function.
14719         (org-reveal-start-hook): New hook.
14720         (org-reveal): Run new hook.
14722 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14724         * org-latex.el (org-export-latex-keywords): Start a new paragraph
14725         after time keywords, do not add "\newline".
14727         * org-html.el (org-export-as-html): Avoid double # in href.
14729         * org.el (org-refile-get-location): Catch an invalid target
14730         specification.
14732 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14734         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
14735         Make sure the behavior regarding to extracting time is
14736         consistent.
14738 2010-04-10  Stephen Eglen  <stephen@gnu.org>
14740         * org-agenda.el (org-agenda-insert-diary-extract-time):
14741         New variable.
14742         (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
14743         variable rather than `org-agenda-search-headline-for-time'.
14745 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14747         * org-list.el (org-fix-bullet-type): Improve cursor positioning.
14749 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14751         * org.el (org-adaptive-fill-regexp-backup): New variable.
14752         (org-set-autofill-regexps): Store a backup of
14753         `adaptive-fill-regexp'.
14754         (org-adaptive-fill-function): Fix filling of comments and ordered
14755         lists.  If there is no other match, till try adaptive fill.
14757 2010-04-10  John Wiegley  <jwiegley@gmail.com>
14759         * org-agenda.el (org-agenda-include-deadlines): Add new
14760         customization variable to determine whether unscheduled tasks
14761         should appear in the agenda solely because of their deadline.
14762         Default to true, which was the previous behavior (it just wasn't
14763         configurable).
14764         (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
14765         the agenda to show/hide deadline tasks.
14766         (org-agenda-menu): Add menu option for show/hide deadlines.
14767         (org-agenda-list): Make the agenda list sensitive to the value of
14768         `org-agenda-include-deadlines'.
14769         (org-agenda-toggle-deadlines): New function to toggle the value of
14770         `org-agenda-include-deadlines' and repaint the modeline
14771         indicators.
14772         (org-agenda-set-mode-name): Show "Deadlines" in the agenda
14773         modeline if deadline tasks are being displayed.
14775 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14777         * org-table.el (org-table-eval-formula): Replace $# and @# by
14778         current column and row number.
14780 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14782         * org.el (org-set-property, org-delete-property): Go back to
14783         prompting for the property.
14785         * org-latex.el (org-export-latex-make-header): Fully process
14786         author line.
14787         (org-export-latex-fontify-headline): Allow several arguments, not
14788         just one.
14789         (org-export-latex-fix-inputenc): Catch the error when
14790         `latexenc-coding-system-to-inputenc' is not defined.
14792         * org-agenda.el (org-agenda-skip-if-todo): New function.
14793         (org-agenda-skip-if): Add conditions for TODO keywords.
14794         (org-agenda-skip-if): Document the new todo conditions.
14796 2010-04-10  Mikael Fornius  <mfo@abc.se>
14798         * org.el (org-at-property-p): Check if we are inside a property
14799         drawer not just any drawer.
14800         (org-set-property, org-delete-property): When cursor is on a
14801         property key value pair do not prompt for property name instead
14802         use name at cursor.
14803         (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
14804         on the first line of a property drawer.
14805         (org-property-end-re): Spell check.
14807 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14809         * org-exp.el (org-export-attach-captions-and-attributes): Add the
14810         properties to the entire table, in case the first line is
14811         removed.
14813         * org-archive.el (org-archive-reversed-order): New option.
14814         (org-archive-subtree, org-archive-to-archive-sibling): Use the new
14815         option `org-archive-reversed-order'.
14817 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14819         * org-agenda.el (org-agenda-entry-types): New variable.
14820         (org-agenda-list): Use `org-agenda-entry-types'.
14821         (org-agenda-custom-commands-local-options): Support for setting
14822         `org-agenda-entry-types' as an option.
14823         (org-diary): Shift some documentation from here to the variable
14824         `org-agenda-entry-types'.
14826 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14828         * org-latex.el (org-export-latex-make-header): Apply macros in
14829         author field.
14831         * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
14832         (org-clock-select-task, org-clock-notify-once-if-expired)
14833         (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
14834         (org-clock-out-if-current, org-clock-save): Use the new functions.
14836 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14838         * org-docbook.el (org-export-as-docbook): Remove unnecessary
14839         newline.
14840         (org-export-as-docbook): Remove unnecessary newline.
14841         (org-export-as-docbook): Fix problem with double footnote
14842         reference in one place.
14844         * org-exp.el (org-export-format-source-code-or-example):
14845         Remove unnecessary newline.
14847         * org.el (org-deadline, org-schedule): Allow rescheduling entries
14848         with repeaters.
14850         * org-table.el (org-table-convert-refs-to-rc): Better way to catch
14851         function calls that look like references.
14853         * org.el (org-open-at-point): Get link abbreviations from
14854         reference buffer.
14856 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14858         * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
14859         as a reference.
14861 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14863         * org.el (org-link-unescape): Solve issue with lower-case escapes.
14865 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14867         * org-latex.el (org-export-latex-classes):
14868         Add \usepackage{latexsym} to all classes.
14870 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14872         * org-html.el (org-export-as-html): Do not allow protected lines
14873         into the table of contents.
14875         * org-latex.el (org-export-latex-special-chars): Find subsequent
14876         occurrences of special characters.
14877         (org-export-latex-tables): Do not convert table-like stuff that is
14878         protected.
14880 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14882         * org-list.el (org-toggle-checkbox): No errors when updating
14883         checkbox count fails because there is no heading.
14885 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14887         * org-clock.el (org-clock-report-include-clocking-task):
14888         New option.
14889         (org-clock-sum): Add the current clocking task.
14891 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14893         * org.el (org-cycle): Print a message when in a table.el table.
14894         (org-edit-special): Recognize the table.el context.
14895         (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
14897         * org-src.el (org-at-table.el-p): Declare.
14898         (org-edit-src-code): Handle a special case for table.el editing.
14899         (org-edit-src-find-region-and-lang): Recognize the table.el
14900         context.
14902         * org-latex.el (org-export-latex-tables): Convert table.el
14903         tables.
14904         (org-export-latex-convert-table.el-table): New function.
14906         * org-html.el (org-html-expand): Fix table.el export.
14908         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
14909         headings.
14911         * org-id.el (org-id-find-id-file): Fix bug when there is no hash
14912         table for the id locations.
14914         * org.el (org-read-date-analyze): Match American-style dates, like
14915         5/30 or 5/13/7.  Make sure cal-iso.el is loaded.  Don't force he
14916         current year when reading ISO and American dates.
14918 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14920         * org.el (org-face-from-face-or-color): New function.
14921         (org-get-todo-face, org-font-lock-add-priority-faces)
14922         (org-get-tag-face): Use `org-face-from-face-or-color'.
14924         * org-faces.el (org-todo-keyword-faces, org-priority-faces):
14925         Allow simple colors as values.
14926         (org-faces-easy-properties): New option.
14928         * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
14929         restricted, as an agenda mode.
14930         (org-agenda-fontify-priorities): Allow simple colors as values.
14932 2010-04-10  Bastien Guerry  <bzg@gnu.org>
14934         * org-timer.el (org-timer-current-timer): Rename from
14935         `org-timer-last-timer'.
14936         (org-timer-timer1, org-timer-timer2, org-timer-timer3): Remove.
14937         (org-timer-cancel-timer, org-timer-show-remaining-time)
14938         (org-timer-set-timer): Update to use only one timer.
14940         * org.el (org-set-property): Remove useless space in the prompt.
14942 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14944         * org-html.el (org-export-html-style-default): Add a default style
14945         for textareas.
14947         * org-exp.el (org-export-format-source-code-or-example):
14948         Fix textarea tag.
14950 2010-04-10  Bastien Guerry  <bzg@gnu.org>
14952         * org-clock.el (org-clock-current-task): New variable to store
14953         last clocked in task.
14954         (org-clock-set-current, org-clock-delete-current): New functions.
14956 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14958         * org-remember.el (org-remember-apply-template): Extend comment.
14959         (org-remember-handler): Implement clock sibling filing.
14961 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14963         * org-publish.el (org-publish-all, org-publish-current-file)
14964         (org-publish-current-project): When called with prefix argument
14965         FORCE, also rebuild the validation file list.
14967         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
14968         section headings.
14970 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14972         * org-html.el (org-export-as-html-and-open): Kill product buffer
14973         if the user wants that.
14975         * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
14976         if the user wants that.
14978         * org-exp.el (org-export-kill-product-buffer-when-displayed):
14979         New option.
14981         * org-agenda.el (org-batch-agenda-csv): Use the time property
14982         instead of the `time-of-day' property.
14984 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14986         * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
14987         (org-timer-pause-hook, org-timer-set-hook)
14988         (org-timer-cancel-hook): New hooks.
14989         (org-timer-start): Run `org-timer-start-hook'.
14990         (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
14991         (org-timer-stop): Run `org-timer-stop-hook'.
14992         (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
14994 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
14996         * org.el (org-reveal): Double prefix arg shows the subtree of the
14997         parent.
14999 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15001         * org-agenda.el (org-search-view): Fix bug with searching full
15002         words in headlines in search view.
15003         (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
15004         (org-agenda-get-deadlines): Suppress pre-warning if the entry is
15005         scheduled (if the user configures it so.
15007 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15009         * org.el (org-hide-archived-subtrees): Don't jump to end of
15010         subtree if the match was not in a headline.
15011         (org-inside-latex-macro-p): Allow more complex arguments.
15012         (org-emphasize): Protect against use at end of buffer.
15014 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15016         * org-agenda.el (org-agenda-align-tags): Avoid side effects on
15017         text properties.
15019 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15021         * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
15022         values.
15023         (org-agenda-todo-ignore-scheduled)
15024         (org-agenda-todo-ignore-deadlines): More control with different
15025         allowed values.
15026         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
15027         Honor the new option settings.
15029 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15031         * org.el (org-get-location): Make sure the selection buffer is
15032         shown in the current frame.
15034         * org-ascii.el (org-export-ascii-table-widen-columns):
15035         New option.
15036         (org-export-ascii-preprocess): Realign tables to remove narrowing
15037         if `org-export-ascii-table-widen-columns' is set.
15039         * org-table.el (org-table-do-narrow): New variable.
15040         (org-table-align): Narrow only if `org-table-do-narrow' is t.
15042         * org.el (org-deadline, org-schedule): Allow updating if the
15043         relevant time stamp does not have a repeater, i.e. do not require
15044         that no time stamp has a repeater.
15046         * org-agenda.el (org-agenda-align-tags): Don't add a face to the
15047         new white space before the tags.
15049         * org-latex.el (org-export-as-latex): Do nit require the buffer to
15050         be visiting a file when only exporting to a buffer or string.
15051         (org-export-latex-fix-inputenc): Only save the buffer is there is
15052         a file name attached to it.
15054 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
15056         * org-src.el (org-edit-src-exit): Widen before exiting edit buffers.
15058 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15060         * org.el (org-fontify-meta-lines-and-blocks):
15061         Honor `org-fontify-quote-and-verse-blocks'.
15063         * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
15065 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15067         * org.el (org-open-at-point): Also check for text property
15068         org-linked-text before offering collected links.
15070 2010-04-10  Stephen Eglen  <stephen@gnu.org>
15072         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
15073         Optionally extract time specification from text and add to the
15074         timestamp.
15076 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15078         * org-exp.el (org-html-entities): Fix typo.
15080         * org-latex.el (org-export-latex-make-header): Use \providecommand
15081         to make sure the \alert macro is defined.
15083         * org.el (org-format-latex-signal-error)
15084         (org-create-formula-image): Use `org-format-latex-signal-error'.
15086 2010-04-10  Stephen Eglen  <stephen@gnu.org>
15088         * org.el (org-store-link): For dired buffers, use
15089         default-directory as link name if dired-get-filename returns
15090         nil.
15092 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15094         * org-exp.el (org-export-concatenate-multiline-links): The for
15095         protectedness at beginning of match.
15097         * org-latex.el (org-export-latex-fix-inputenc): Never leave the
15098         AUTO as a coding system, instead default to utf8.
15100 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15102         * org.el (org-block-todo-from-children-or-siblings-or-parent)
15103         (org-block-todo-from-checkboxes): Respect the local variable
15104         value when deciding if blocking should be active.
15106         * org-latex.el (org-export-latex-make-header): Define the align
15107         macro if it is not yet defined.
15109         * org-agenda.el (org-agenda-insert-diary-make-new-entry):
15110         Call `org-insert-heading' with the INVISIBLE-OK argument.
15112         * org-mac-message.el (org-mac-message-insert-flagged):
15113         Call `org-insert-heading' with the INVISIBLE-OK argument.
15115         * org.el (org-insert-heading): New argument INVISIBLE-OK.
15117         * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
15118         prompt message.
15120         * org-html.el (org-html-level-start): Use the
15121         `html-container-class' text property to set an additional class
15122         for an outline container.
15124         * org-exp.el (org-export-remember-html-container-classes):
15125         New function.
15126         (org-export-preprocess-string):
15127         Call `org-export-remember-html-container-classes'.
15129         * org.el (org-cycle): Mention level cycling in the docstring.
15130         (org-default-properties): Add new property HTML_CONTAINER_CLASS.
15132         * org-remember.el (org-remember-apply-template): Do file insertion
15133         first.
15135 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15137         * org-habit.el (org-habit-insert-consistency-graphs): Fix a
15138         problem with mis-aligned graphs when showing habits.
15140 2010-04-10  Mikael Fornius  <mfo@abc.se>
15142         * org.el (org-assign-fast-keys): Prefer keys used in keyword name
15143         when assigning.  Begin using numerical characters when all in name
15144         is used up.  This is to spare alphanumeric characters for better
15145         match with other keywords.
15147 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15149         * org-exp.el (org-export-preprocess-hook): Improve documentation.
15151         * org-latex.el (org-export-latex-preprocess): More consistent
15152         conversion and protection of the words LaTeX and TeX.
15153         (org-export-latex-fontify-headline, org-export-latex-preprocess):
15154         Allow angle brackets in commands, for beamer.
15156 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15158         * org-clock.el (org-clock-in): Improve the look of the clock line
15159         by formatting links.
15161 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15163         * org-latex.el (org-export-latex-classes): Use AUTO as the place
15164         holder string for the coding system.  And improve the
15165         documentation.
15166         (org-export-latex-fix-inputenc): Only modify the coding system if
15167         it is given by the placeholder AUTO.
15169 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15171         * org-clock.el (org-task-overrun-text): New option.
15172         (org-task-overrun, org-clock-update-period): New variables.
15173         (org-clock-get-clock-string, org-clock-update-mode-line):
15174         Mark overrun clock.
15175         (org-clock-notify-once-if-expired): Check if clock is overrun.
15177         * org-faces.el: New face `org-mode-line-clock-overrun'.
15179 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
15181         * org.el (org-narrow-to-subtree): Position the end of the narrowed
15182         region before the line with the next heading, to prevent the user
15183         from prepending text to the next headline.
15185 2010-04-10  Stephen Eglen  <stephen@gnu.org>
15187         * org-agenda.el (org-get-time-of-day):
15188         Use org-agenda-time-leading-zero to allow leading zero (rather than
15189         space) for times.
15191 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15193         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
15194         org-datetree.el is loaded.
15196         * org-datetree.el: Autoload `org-datetree-find-day-create'.
15198         * org-latex.el (org-export-latex-hyperref-format): New option.
15199         (org-export-latex-links): Use `org-export-latex-hyperref-format'.
15201 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15203         * org-ctags.el (org-ctags-enable): Change order of functions.
15204         (org-ctags-create-tags): Add wildcard to file name expansion.
15206 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15208         * org.el (org-entry-properties): Fix some important bugs.
15210 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15212         * org.el (org-link-unescape, org-link-escape): Only use hexlify if
15213         the table is not explicitly given.
15215 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15217         * org-clock.el (org-clock-out-when-done): Allow a list of keywords
15218         as value.
15219         (org-clock-out-if-current): Work with the new list value of
15220         `org-clock-out-when-done'.
15221         (org-clock-out, org-clock-out-if-current): Avoid circular logic
15222         between clocking out and state changes.
15224         * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
15226         * org-latex.el (org-export-latex-treat-backslash-char): Do not by
15227         accident protect a character that is before a backslash.
15229 2010-04-10  Paul Sexton  <eeeickythump@gmail.com>
15231         * org-ctags.el: New file.
15233 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15235         * org-agenda.el (org-diary-class):
15236         Use `org-order-calendar-date-args'.
15238         * org.el (org-order-calendar-date-args): New function.
15240         * org-exp.el (org-export-target-internal-links): Check for
15241         protectedness after the first bracket.
15243         * org.el (org-entry-properties): Don't match wrong-case TODO
15244         keywords.
15246         * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
15247         Document that ARG is passed through to remove the date.
15248         (org-agenda-bulk-action): Accept prefix arg and pass it on.
15249         Do not read a date when the user has given a `C-u' prefix.
15251 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15253         * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
15254         tags are hidden.
15256 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15258         * org-latex.el (org-export-latex-fix-inputenc): New function.
15259         (org-export-latex-inputenc-alist): New option.
15261         * org-exp.el (org-export): New key SPC to publish enclosing
15262         subtree.
15264 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15266         * org-indent.el (org-indent-add-properties): Catch case when there
15267         is no headline in the buffer.
15269 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15271         * org-exp.el (org-html-entities): Add checkmark symbol.
15273         * org-ascii.el (org-export-ascii-preprocess): Protect targets in
15274         verbatim code for ASCII export.
15276         * org.el (org-update-statistics-cookies): Also see checkboxes in
15277         ordered lists.
15279 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15281         * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
15282         key.
15284         * org-beamer.el (org-beamer-amend-header): Change the location
15285         where `org-beamer-header-extra' is inserted.
15287         * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
15288         just for computing this regexp.
15290 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15292         * org-beamer.el (org-beamer-frame-default-options): New option.
15293         (org-beamer-sectioning): Use default options if the user does not
15294         have defined any.
15295         (org-beamer-fix-toc): Put a frame around the table of contents.
15297         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
15298         Make sure case-folding works well when processing comment stuff.
15300         * org-latex.el (org-export-latex-after-save-hook): New hook.
15301         (org-export-as-latex): Run the new hook.
15303 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15305         * org-beamer.el (org-beamer-environments-default): Add the note
15306         environments.
15307         (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
15308         lines and collect and combine the content.
15309         (org-beamer-after-initial-vars): Check for note tags and make sure
15310         they will be seen like a property.
15312         * org.el (org-offer-links-in-entry): Fix bug when there is a
15313         single link.
15315         * org-exp.el (org-export): Make sure the mark is activated, also
15316         when `transient-mark-mode' is off.
15318         * org-agenda.el (org-agenda-search-view-always-boolean): New option.
15319         (org-agenda-search-view-search-words-only): Obsolete variable, is
15320         now an alias for `org-agenda-search-view-always-boolean'.
15321         (org-agenda-search-view-force-full-words): New option.
15322         (org-search-view): Improve docstring, and implement a better logic
15323         for Boolean and phrase searches.
15324         (org-agenda-last-search-view-search-was-boolean): New variable.
15325         (org-agenda-manipulate-query): Consider the type of the last
15326         search when modifying the search string.
15328 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15330         * org-latex.el (org-export-as-latex): Do the first letbind in the
15331         right moment.
15333         * org-agenda.el (org-get-entries-from-diary): Add the new face to
15334         these entries.
15336         * org-faces.el (org-agenda-diary): New face.
15338         * org.el (org-make-link-regexps): Allow regexp-special characters
15339         in link types.
15340         (org-open-file): When in-emacs is `system', also force system
15341         opening, like when the value was `(16)'.
15342         (org-update-statistics-cookies): Handle entries without children.
15344         * org-exp.el
15345         (org-export-preprocess-before-normalizing-links-hook): New hook.
15346         (org-export-preprocess-string): Run the new hook.
15348         * org.el (org-offer-links-in-entry): Make RET open all links.
15350         * org-html.el (org-export-as-html): Remove any leftover display
15351         properties in the html file.
15353         * org-wl.el (org-wl-store-link): Work-around for format bug with
15354         text properties.
15356         * org-habit.el (org-habit-insert-consistency-graphs): Turn off
15357         invisibility while adding the graphs.
15359 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15361         * org-remember.el (org-select-remember-template): Use C letter to
15362         customize remember templates.
15364         * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
15365         Move cursor to next visible line.
15367 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15369         * org-beamer.el (org-beamer-sectioning): Leave columns environment
15370         by specifying 0 or 1 for column width.
15371         (org-beamer-column-widths): Make 0 stand for 0.0.
15373 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15375         * org-exp.el (org-export-mark-radio-links): Don't match inside
15376         <<target>>.
15378         * org.el (org-format-latex-header-extra): New variable.
15379         (org-format-latex): Set org-format-latex-header-extra from
15380         in-buffer stuff.
15381         (org-format-latex): Add org-format-latex-header-extra to the
15382         variables on which image creation depends.
15383         (org-create-formula-image): Add the header stuff from in-buffer
15384         settings.
15385         (org-read-date-analyze): Base the analysis for future preference
15386         on NOW, not on the default date.
15388         * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
15389         for TODO keyword in inline tasks.
15391         * org.el (org-log-note-headings): New headings for removing
15392         deadline or scheduling date.
15393         (org-deadline, org-schedule): Arrange for logging when removing a
15394         date.
15395         (org-add-log-note): Handle deadline and scheduling removal.
15397 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15399         * org-exp.el (org-export-visible): Add LaTeX/pdf export.
15401 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15403         * org-agenda.el (org-diary-class): New function.
15405 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15407         * org-latex.el (org-export-latex-preprocess): Do process the text
15408         of a radio target.
15410 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15412         * org.el (org-entry-properties): Add TIMESTAMP properties back
15413         in.
15415 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15417         * org.el (org-all-time-keywords): New variable.
15418         (org-set-regexps-and-options): Set `org-all-time-keywords'.
15419         (org-entry-blocked-p): New function.
15420         (org-special-properties): Add BLOCKED as a new special property.
15421         (org-entry-properties): New optional argument SPECIFIC, only parse
15422         for this property when it is specified.
15423         (org-entry-get): Pass a SPECIFIC argument to
15424         `org-entry-properties'.
15426         * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
15428 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15430         * org-latex.el (org-export-latex-tables): No forced line end if
15431         there is no caption.
15433 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15435         * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
15436         package.
15438         * org-latex.el (org-export-latex-tables): Only add a caption when
15439         macro is in longtable environments if one has been defined.
15441         * org-html.el (org-export-as-html): Only take title from buffer if
15442         not exporting body-only.
15444         * org-latex.el (org-export-latex-preprocess): Better version of
15445         the regular expression for protecting LaTeX macros.
15446         (org-export-latex-preprocess): Start searching for macros to
15447         protect from beginning of buffer.
15449         * org-exp.el (org-export-target-internal-links): Check for
15450         protectedness earlier in the string.
15452         * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
15453         case sensitively.
15455         * org-id.el (org-id-store-link): Match TODO keywords case
15456         sensitively.
15458         * org.el (org-heading-components, org-get-outline-path)
15459         (org-display-outline-path): Match TODO keywords case sensitively.
15461         * org-latex.el (org-export-as-latex): Ignore read-only
15462         properties.
15464         * org-exp.el (org-export-preprocess-string): Remove any
15465         `read-only' properties.
15467         * org-agenda.el (org-agenda-inactive-leader): New option.
15468         (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
15469         (org-tags-view): Prompt for matcher if MATCH is an empty string.
15470         (org-todo-list): Prompt for matcher if ARG is an empty string.
15472 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15474         * org.el (org-open-link-functions): New hook.
15475         (org-open-at-point): Run `org-open-link-functions'.
15477 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15479         * org-agenda.el (org-agenda-date-prompt): Allow inactive time
15480         stamps as well.
15482         * org.el (org-inhibit-startup-visibility-stuff): New variable.
15483         (org-mode): Don't do startup visibility if inhibited.
15484         (org-outline-overlay-data, org-set-outline-overlay-data):
15485         New functions.
15486         (org-save-outline-visibility): New macro.
15487         (org-log-note-headings): Document that one should not change the
15488         `state' note format.
15490 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15492         * org.el (org-make-link-regexps): Capture link path into a group.
15494 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15496         * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
15497         the options plist.
15499 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15501         * org.el (org-startup-with-beamer-mode): New option.
15502         (org-property-changed-functions)
15503         (org-property-allowed-value-functions): New hooks.
15504         (org-entry-put, org-property-get-allowed-values): Run the new
15505         hooks.
15506         (org-property-next-allowed-value): Run the new hooks.
15508         * org-exp.el (org-export-select-backend-specific-text): Add the
15509         special beamer tags.
15511         * org-beamer.el: New file.
15513         * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
15514         (org-export-as-latex):
15515         Run `org-export-latex-after-initial-vars-hook'.
15516         (org-export-latex-format-toc-function)
15517         (org-export-latex-make-header):
15518         Call `org-export-latex-format-toc-function'.
15520         * org.el (org-fill-template): Make template searches case sensitive.
15522         * org-exp.el (org-export): Use "1" as a sign to export only the
15523         subtree.
15525         * org-colview.el (org-columns-edit-value):
15526         Use org-unrestricted property.
15528         * org.el (org-compute-property-at-point): Set org-unrestricted
15529         text property if the list contains ":ETC".
15530         (org-insert-property-drawer):
15531         Use org-unrestricted property.
15533         * org-exp.el
15534         (org-export-preprocess-before-selecting-backend-code-hook): New hook.
15535         (org-export-preprocess-string):
15536         Run `org-export-preprocess-before-selecting-backend-code-hook'.
15538         * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
15540         * org-latex.el (org-export-region-as-latex):
15541         Run `org-export-first-hook'.
15543         * org-html.el (org-export-as-html): Run `org-export-first-hook'.
15545         * org-docbook.el (org-export-as-docbook):
15546         Run `org-export-first-hook'.
15548         * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
15550         * org-exp.el (org-export-first-hook): New hook.
15552 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15554         * org-list.el (org-previous-item): Exit at the beginning of the
15555         buffer.
15557         * org-id.el (org-id-locations-save): Only write the id locations
15558         if any are defined.
15560         * org-archive.el (org-archive-all-done): Make this work in a file
15561         with org-odd-levels-only set.
15563         * org.el (org-get-refile-targets): Catch the case when a buffer
15564         has no file.
15566         * org-latex.el (org-export-as-latex): Cleanup forced line ends
15567         where they are not needed.
15568         (org-export-latex-subcontent): Remove unnecessary newlines.
15570 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15572         * org-latex.el (org-export-latex-make-header): Remove \obeylines.
15573         (org-export-latex-fontify): Fix regexp bug that takes special
15574         care of protecting the right boundary characters in emphasis
15575         matches.
15576         (org-export-latex-preprocess): Allow multiple arguments to latex
15577         macros.
15579         * org.el (org-make-link-regexps): Use John Gruber's regexp for
15580         urls.
15582         * org-macs.el (org-re): Interpret :punct: in regexps.
15584         * org-exp.el (org-export-replace-src-segments-and-examples):
15585         Also take the final newline after the END line.
15587         * org.el (org-clean-visibility-after-subtree-move): Only fix
15588         entries that are not entirely invisible already.
15589         (org-insert-link): Respect org-link-file-path-type for
15590         "docview:" links in addition to "file:" links.
15592 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15594         * org-exp.el (org-export-format-source-code-or-example):
15595         Avoid additional extra white lines in LaTeX.
15597         * org-list.el (org-list-parse-list): Leave empty lines after the
15598         list, don't consider them as part of the list.
15600         * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
15601         searches.
15603         * org-clock.el (org-clock-select-task): Convert integer to
15604         character for XEmacs.
15606 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15608         * org-clock.el (org-clock-resolve): Make reading a char XEmacs
15609         compatible.
15611 2010-04-10  Tassilo Horn  <tassilo@member.fsf.org>
15613         * org.el (org-complete-tags-always-offer-all-agenda-tags):
15614         New variable.
15615         (org-set-tags): Use it.
15617 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15619         * org-list.el (org-empty-line-terminates-plain-lists):
15620         Update docstring.
15622         * org.el (org-format-latex): Fix link creation for processed latex
15623         snippets.
15625 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15627         * org-footnote.el (org-footnote-normalize): Protect replacement
15628         text.
15630         * org.el (org-inside-latex-macro-p): Save match data.
15632 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
15634         * org-docview.el: New file.
15636 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15638         * org-latex.el (org-export-latex-class-options): New variable.
15639         (org-export-latex-set-initial-vars): Use the class options.
15641         * org.el (org-forward-same-level): Stop at headings that start
15642         with an invisible character.
15643         (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
15645 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15647         * org-footnote.el (org-footnote-normalize): Don't take optional
15648         arguments in LaTeX macros as footnotes.
15650         * org.el (org-inside-latex-macro-p): New function.
15652         * org-latex.el (org-latex-to-pdf-process): Change customization
15653         group to `org-export-pdf'.
15655         * org-agenda.el (org-agenda-get-blocks): Look at time string also
15656         on days after the first one.
15658         * org.el (org-insert-heading): Also check for item before assuming
15659         before-first-heading condition.
15661         * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
15662         (org-export-pdf-logfiles): New option.
15663         (org-export-as-pdf): Use `org-export-pdf-logfiles'.
15664         (org-export-pdf-logfiles): Fix customization type.
15666         * org.el (org-insert-link): Improve error message when there is no
15667         default link to select with RET.
15669         * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
15670         parameter list.
15672 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15674         * org-latex.el (org-export-latex-parse-global)
15675         (org-export-latex-parse-content)
15676         (org-export-latex-parse-subcontent):
15677         Use `org-re-search-forward-unprotected'.
15678         (org-export-as-pdf): Remove log files produced by XeTeX.
15680         * org-macs.el (org-re-search-forward-unprotected): New function.
15682 2010-04-10  James TD Smith  <ahktenzero@mohorovi.cc>
15684         * org-colview.el (org-agenda-colview-summarize): Sort out some
15685         confusion between properties and titles, which resulted in
15686         agenda summaries not working if a title was set for a column.
15688 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15690         * org-mobile.el (org-mobile-agendas): New option.
15691         (org-mobile-sumo-agenda-command): Select the right agendas.
15693         * org-latex.el (org-export-latex-format-image): Preserve the
15694         original-indentation property.
15696 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15698         * org-clock.el (org-clock-insert-selection-line): Catch error when
15699         an old tasks no longer exists.
15701         * org-latex.el (org-export-as-pdf): Remove also the .idx file.
15702         (org-export-as-pdf): Don't remove the old PDF file before making
15703         the new one.
15705         * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
15706         (org-mouse-context-menu): Use `org-looking-back'.
15708         * org.el (org-cycle-level): Use `org-looking-back'.
15710         * org-list.el (org-cycle-item-indentation):
15711         Use `org-looking-back'.
15713         * org-compat.el (org-looking-back): New function.
15715         * org.el (org-insert-heading): Catch before-first-headline when
15716         inserting a headline.
15718 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15720         * org-latex.el (org-export-latex-format-image): Indent figure
15721         environment, so that it does not interrupt plain list.
15723         * org.el (org-open-at-point): Allow long link descriptions.
15725 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
15727         * org-html.el (org-export-as-html): Remove empty lines at the
15728         beginning of the exported text.
15730 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
15732         * org.el (org): Remove from hypermedia group.
15734 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
15736         * Branch for 23.2.
15738 2010-02-15  Chong Yidong  <cyd@stupidchicken.com>
15740         * org-freemind.el (org-freemind-from-org-mode-node)
15741         (org-freemind-from-org-mode)
15742         (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
15743         Pass arg to called-interactively-p.
15745 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
15747         * org-protocol.el (org-protocol-flatten-greedy, org-protocol-flatten):
15748         Fix typos in docstrings.
15750 2010-01-01  Juanma Barranquero  <lekktu@gmail.com>
15752         * org.el (org-get-outline-path, org-speed-command-help):
15753         Fix typos in error messages.
15755 2009-12-14  Juri Linkov  <juri@jurta.org>
15757         * org-html.el (org-export-html-style-include-default):
15758         Put `safe-local-variable booleanp' on
15759         `org-export-html-style-include-default' instead of mistakenly
15760         duplicate `org-export-html-style'.
15762 2009-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
15764         * org-agenda.el (org-agenda-diary-entry-in-org-file):
15765         Rebuild agenda after adding new entry.
15767         * org-datetree.el (org-datetree-find-day-create): Fix regular
15768         expression.
15770         * org.el (org-display-outline-path): Use a format specifier for
15771         message, to avoid problems with heading containing `%'.
15773         * org-agenda.el (org-agenda-hide-tags-regexp): New option.
15774         (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
15775         (org-agenda-fix-displayed-tags): New function.
15776         (org-agenda-do-context-action): Just call
15777         `org-display-outline-path', without piping the result through
15778         `message'.
15780         * org-latex.el (org-export-latex-preprocess): Protect secondary
15781         footnote references.
15783         * org-indent.el (org-indent-initialize): Avoid empty strings as
15784         line prefixes.
15786         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
15787         hat checking for the mark does not throw an error.
15788         (org-agenda-diary-entry-in-org-file): Catch the case that there is
15789         not `day' text property in the cursor line.
15791         * org.el (org-sort-entries-or-items): Make sure that the final
15792         entry has a newline before doing the sorting.
15794         * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
15795         property at the beginning of the line.
15797         * org.el (org-make-link-string): Don't allow a description with
15798         only white space.
15800         * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
15801         (org-agenda-insert-diary-as-top-level): New function.
15802         (org-agenda-add-entry-to-org-agenda-diary-file):
15803         Call `org-agenda-insert-diary-as-top-level'.
15805         * org.el (org-occur-in-agenda-files): Make sure none of the
15806         buffers is narrowed.
15807         (org-activate-plain-links): Add the face property here.
15808         (org-set-font-lock-defaults): Do not add the face to plain links,
15809         the activator function does this.
15811         * org-habit.el (org-is-habit-p): Add doc string.
15813         * org-archive.el (org-archive-subtree-default-with-confirmation):
15814         Autoload.
15816         * org-latex.el (org-export-latex-fontify): Fix regexp to make char
15817         after match optional (happens at the end of a line...).
15819         * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
15820         for special blocks.
15822         * org-faces.el (org-copy-face): Set lisp indentation.
15823         (org-quote, org-verse): New faces.
15825         * org-agenda.el (org-agenda-remove-date): Remove variable.
15827         * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
15829         * org-html.el (org-export-as-html): Move the home/up link into
15830         the content div.
15832         * org.el (org-export-latex-packages-alist): Option definition
15833         moved here from org-latex.el.
15835         * org-html.el (org-export-html-home/up-format): Add an ID to the
15836         up/home div.
15838         * org-wl.el (org-wl-store-link): Handle the case that
15839         `wl-use-petname' is set.
15841         * org.el (org-set-effort): Improve prompt.
15842         (org-get-outline-path): Widen to get full path.
15843         (org-compact-display-after-subtree-move): Function removed.
15845 2009-11-20  Eric Schulte  <schulte.eric@gmail.com>
15847         * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
15848         hash keys to cache and re-use images generated by the
15849         org-exp-blocks interface to ditaa and dot.
15851         * org.el (org-format-latex): Latex images are now saved to files
15852         named by the sha1 hash of the latex source text avoiding
15853         regeneration of identical images.
15855 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
15857         * org-latex.el (org-export-as-latex): Add the :drawers property.
15859 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
15861         * org.el (org-speed-commands-user): Allow documentation headlines.
15862         (org-speed-commands-default): Organize the value of this constant
15863         with descriptive headlines.
15864         (org-print-speed-command): Output the headlines.
15866 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
15868         * org-agenda.el (org-agenda-show-outline-path): New option.
15869         (org-agenda-do-context-action): New function.
15870         (org-agenda-next-line, org-agenda-previous-line):
15871         Use `org-agenda-do-context-action'.
15873         * org.el (org-use-speed-commands): Allow function value.
15874         (org-speed-commands-default): Make headline motion safe, so that
15875         these commands always end on a headline.
15876         (org-speed-commands-default): New key `v' for `org-agenda'.
15877         (org-speed-move-safe): New function.
15878         (org-self-insert-command): Use the function value of
15879         `org-use-speed-commands'.
15880         (org-get-outline-path): Improve docstring.
15881         (org-format-outline-path): New function.
15882         (org-display-outline-path): New function.
15884 2009-11-15  John Wiegley  <jwiegley@gmail.com>
15886         * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
15887         a string, use that to find the LOGBOOK drawer.
15889 2009-11-15  Glenn Morris  <rgm@gnu.org>
15891         * org-agenda.el (org-datetree-find-date-create)
15892         (org-habit-get-priority):
15893         * org.el (org-format-agenda-item): Fix declarations.
15895 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
15897         * org.el (org-clone-subtree-with-time-shift): Make it work at the
15898         end of the buffer.
15900         * org-mobile.el (org-mobile-write-checksums): Specify coding
15901         system.
15902         (org-mobile-timestamp-buffer): Keep local variable/mode line at
15903         beginning of buffer.
15905         * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
15907         * org.el (org-block-todo-from-children-or-siblings-or-parent)
15908         (org-block-todo-from-checkboxes): Do not block changes to a nil
15909         TODO state.
15911 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
15913         * org-habit.el (org-habit-parse-todo): Indicate which habit is
15914         wrongly set up in the error messages.
15916         * org-colview.el (org-columns-display-here): Don't try to
15917         calculate values if the underlying property is not set.
15918         (org-columns-string-to-number): Convert age strings back into
15919         fractional days.
15920         (org-agenda-colview-summarize): Handle extended summary types
15921         properly.
15923 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
15925         * org-exp.el (org-export-format-drawer-function): New variable.
15926         (org-export-format-drawer): New function.
15927         (org-export-preprocess-string): Pass the backend as a parameter to
15928         `org-export-remove-or-extract-drawers'.
15929         (org-export-remove-or-extract-drawers): New parameter BACKEND.
15931         * org-protocol.el (org-protocol-char-to-string): New defsubst.
15933 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
15935         * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
15936         message when no block is selected.
15938         * org-latex.el (org-export-latex-links): Check for protectedness
15939         in the last matched character, not after the match.
15941         * org-datetree.el (org-datetree-find-date-create):
15942         Respect restriction when KEEP-RESTRICTION is set.
15943         (org-datetree-file-entry-under): New function.
15944         (org-datetree-cleanup): New command.
15946 2009-11-13  Dan Davison  <davison@stats.ox.ac.uk>
15948         * org-src.el (org-edit-src-code): New optional argument context
15949         allows calling functions to avoid altering the saved window
15950         configuration.
15951         (org-edit-src-exit): Do not restore window configuration when this
15952         function is used in the context of saving the edit buffer.
15954 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
15956         * org-clock.el (org-clock-out, org-clock-cancel): Revert to
15957         instances to switching to with-current-buffer, because these seem
15958         to cause problems - no idea why.
15960         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
15961         Require diary-lib for (diary-date-display-form).
15963 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
15965         * org.el (org-log-reschedule, org-log-redeadline): New options.
15966         (org-log-note-headings): Add templates for rescheduling and
15967         deadline changing.
15968         (org-startup-options): Add in-buffer settings for logging changing
15969         schedule and deadline time stamps.
15970         (org-deadline, org-schedule): Check for existing date and arrange
15971         for logging if the user requests it.
15972         (org-add-log-note): Prepare proper note buffers for rescheduling
15973         and deadline changes.
15975 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
15977         * org-agenda.el (org-agenda-diary-entry-in-org-file)
15978         (org-agenda-add-entry-to-org-agenda-diary-file)
15979         (org-agenda-insert-diary-make-new-entry): New functions.
15980         (org-agenda-diary-entry):
15981         Call `org-agenda-diary-entry-in-org-file' when appropriate.
15983         * org.el (org-calendar-insert-diary-entry-key): New option.
15984         (org-agenda-diary-file): New option.
15985         ("calendar"): Install our insertion function in the calendar.
15987         * org-remember.el (org-datetree): Require.
15988         (org-remember-templates): Add new positioning option.
15989         (org-remember-reference-date): New variable.
15990         (org-remember-apply-template): Store the reference date in a local
15991         variable.
15992         (org-remember-handler): Implement date tree positioning of entries.
15994         * org-datetree.el: New file.
15996         * org-latex.el (org-export-latex-preprocess): Protect targets in
15997         verbatim emphasis.
15999         * org-html.el (org-export-as-html): Protect targets in verbatim
16000         emphasis.
16002         * org-docbook.el (org-export-as-docbook): Protect targets in
16003         verbatim emphasis.
16005 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
16007         * org-clock.el (org-show-notification): Handle messages that
16008         contain a percent character.
16010         * org-remember.el (org-remember-apply-template): Turn of partial
16011         completion.
16013         * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
16014         (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
16016         * org.el (org-indent-mode): Define variable already in org.el.
16017         (org-unfontify-region): Remove line-prefix and wrap-prefix
16018         properties only if org-indent-mode is active.
16020 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
16022         * org-icalendar.el (org-print-icalendar-entries): Save match data
16023         around call to verify function.
16024         (org-print-icalendar-entries): Add a call to the verification
16025         function.
16027         * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
16028         save-restrivtion' form.
16030 2009-11-13  Dan Davison  <davison@stats.ox.ac.uk>
16032         * org-exp.el (org-export-format-source-code-or-example):
16033         Restrict scope of preserve-indentp to the let binding.
16034         (org-src): Require org-src, since org-src-preserve-indentation is used.
16036 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
16038         * org-timer.el (org-timer-set-timer): Set variables
16039         org-timer-timer[123] correctly.
16041         * org-mobile.el (org-mobile-files-alist): Make it work when
16042         `agenda-archives' is included in
16043         `org-agenda-text-search-extra-files'.
16044         (org-mobile-push): Restore agenda after mobile push.
16046 2009-11-13  John Wiegley  <jwiegley@gmail.com>
16048         * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
16049         way the amount of idle time is presented in the minibuffer.
16051 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
16053         * org-icalendar.el (org-print-icalendar-entries):
16054         Use org-icalendar-verify-function only if non-nil.
16056         * org.el (org-refile): Refile to clock only if the prefix arg is
16057         2.
16058         (org-sparse-tree): Fix docstring to be in line with prompt.
16059         (org-update-parent-todo-statistics):
16060         Call `org-after-todo-statistics-hook' on each level.
16062 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
16064         * org-remember.el (org-remember-apply-template): Make sure the
16065         buffer exists.
16067 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
16069         * org.el (org-tab-ind-state): New variable.
16070         (org-cycle-level): New function.
16071         (org-cycle-level-after-item/entry-creation): New option.
16072         (org-flag-subtree): New function.
16073         (org-hide-archived-subtrees): Call `org-flag-subtree'.
16074         (org-set-effort): Indexed access.
16076         * org-list.el (org-cycle-item-indentation): New function.
16078         * org.el (org-refile): Make prefix argument 2 refile to current
16079         clock.
16080         (org-priority): Interpret action `remove' as call to remove the
16081         priority cookie.
16083         * org-remember.el (org-remember-apply-template): Don't depend on
16084         buffer name being like file name.
16086 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
16088         * org-clock.el (org-clock-play-sound): Expand file in
16089         org-clock-sound, to allow ~ for home.
16091         * org-remember.el (org-remember-handler):
16092         Set text-before-node-creation even if this already looks like a node,
16093         because the string might be needed on non-org-mode target files.
16095         * org-agenda.el (org-agenda-open-link): Make this work in agenda
16096         clocktables.
16097         (org-agenda-switch-to): Follow a link at point if
16098         org-return-follows-link' is set and there is nothing else to do in
16099         this line.
16101 2009-11-13  Dan Davison  <davison@stats.ox.ac.uk>
16103         * org-exp-blocks.el: Modify split separator regexp to avoid empty
16104         strings.
16106 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
16108         * org-colview.el (org-columns-new): Make this work with the new
16109         operators.
16110         (org-columns-store-format): Make this work with the new operators.
16112 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
16114         * org-src.el (org-src-preserve-indentation): Document that this
16115         variable is also used during export.
16117         * org-exp.el (org-export-format-source-code-or-example):
16118         Preserve indentation if a block has a -i option, or if
16119         `org-src-preserve-indentation' is set.
16121         * org-exp-blocks.el (org-export-blocks-preprocess):
16122         Preserve indentation if a block has a -i option, or if
16123         `org-src-preserve-indentation' is set.
16125 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
16127         * org.el (org-mode-map): Define the new archiving keys.
16128         (org-speed-commands-default): Define an archiving key in the speed
16129         command map.
16130         (org-org-menu): Improve the menu structure concerning archiving.
16132         * org-archive.el (org-archive-subtree-default-with-confirmation):
16133         New command.
16135         * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
16136         (org-agenda-menu): Add the new archiving commands to the menu.
16137         (org-agenda-archive-default)
16138         (org-agenda-archive-default-with-confirmation): New commands.
16139         (org-agenda-archive, org-agenda-archive-to-archive-sibling):
16140         Just call `org-agenda-archive-with'.
16141         (org-agenda-archive-with): New function.
16143         * org-table.el (org-table-convert-region): Inert spaces around "|"
16144         to avoid line beginnings like "|-1" which will be mistaken as
16145         hlines.
16147 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
16149         * org.el (org-offer-links-in-entry): Return nil if there are no
16150         links, t if a link has been selected.
16151         (org-open-at-point): Open attachment directory when called in the
16152         headline and there are no links in the entry body.
16153         (org-speed-commands-default): Add "o" for open-at-point as a speed
16154         command.
16156         * org-attach.el (org-attach-reveal): Optional prefix arg
16157         IF-EXISTS, which avoids creating the attachment directory if it
16158         does not yet exist.
16160         * org-agenda.el (org-agenda, org-run-agenda-series):
16161         Evaluate MATCH.
16163 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
16165         * org.el ("abbrev"): Work with abbrev tables only after they have
16166         been loaded.
16168         * org-list.el (org-list-send-list): Fix bug related to match
16169         data.
16171         * org-latex.el (org-export-latex-fontify): Apply verbatim
16172         emphasis.
16173         (org-export-latex-make-header): Insert \obeylines if line breaks
16174         should be preserved.
16176         * org-exp.el (org-export-protect-verbatim): Add an
16177         `org-verbatim-emph' property to such text.
16179 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
16181         * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
16182         (org-print-icalendar-entries): Skip entries where the timestamp is
16183         not a deadline and not scheduled, if the user requests that.
16185         * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
16186         before an opening quote.
16188         * org-archive.el (org-archive-subtree): Keep archive after
16189         archiving something.
16191         * org-id.el (org-id-update-id-locations): Add archive files if
16192         that is required by `org-id-extra-files'.
16194 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
16196         * org-src.el (org-src-window-setup): New option.
16197         (org-src-switch-to-buffer): New function.
16198         (org-edit-src-exit): Add optional argument CONTEXT and use it to
16199         restore window configuration.
16200         (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
16201         Call `org-src-switch-to-buffer'.
16203         * org.el (org-default-properties): Add STYLE property.
16204         (org-files-list): Use the function call to get the files.
16205         (org-additional-option-like-keywords): Add SETUPFILE to completion
16206         list.
16208 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
16210         * org-table.el (org-table-convert-region): Correctly interpret
16211         quoting in csv import.
16213         * org.el (org-icompleting-read): Make iswitchb completion work
16214         with lists and tables.
16216         * org-agenda.el (org-agenda-add-entry-text): Never add entry text
16217         while pushing the mobile agenda.
16219 2009-11-13  John Wiegley  <jwiegley@gmail.com>
16221         * org-clock.el
16222         (org-clock-auto-clock-resolution): Now takes three values: nil, t
16223         and `when-no-clock-is-running'.
16224         (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
16225         whether or not to resolve Org buffers on clock in.
16227 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
16229         * org-colview.el (org-format-time-period): Function to format
16230         times in fractional days for display.
16231         (org-columns-display-here): Add support for showing a calculated
16232         value in place of the property.
16233         (org-columns): Set `org-columns-time' to the current time so time
16234         difference calculations will work.
16235         (org-columns-time): Use to store the current time when column view
16236         is displayed, so all time differences will use the same reference
16237         point.
16238         (org-columns-compile-map): There is now an extra position in each
16239         entry specifying the function to use to calculate the displayed
16240         value for the non-calculated properties in the column.
16241         (org-columns-compute-all): Set `org-columns-time' to the current
16242         time so time difference calculations will work.
16243         (org-columns-compute): Handle column operators where the values
16244         used are calculated from the underlying property.
16245         (org-columns-number-to-string): Handle the 'age' column format.
16246         (org-columns-string-to-number): Correct the function name (was
16247         org-column...).  Add support for the 'age' column format.
16248         (org-columns-compile-format): Support the additional parameter in
16249         org-columns-compile-map.
16251 2009-11-13  Bastien Guerry  <bzg@gnu.org>
16253         * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
16254         variable.
16256 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
16258         * org-clock.el (org-clock-has-been-used): New variable.
16259         (org-clock-in): Set `org-clock-has-been-used'.
16260         (org-clock-save): Save only if clock data has been used or created
16261         during this session.
16263 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
16265         * org-clock.el (org-clock-persist): New value, to store only the
16266         clock history.
16267         (org-clock-save): Don't save the clock if only the history should
16268         be stored.
16269         (org-clock-load): Turn off John Wiegley's auto resolving mechanism
16270         when restoring a saved clock.
16272 2009-11-13  John Wiegley  <jwiegley@gmail.com>
16274         * org-clock.el (org-clock-display, org-clock-put-overlay):
16275         Use `org-time-clock-use-fractional'.
16277         * org.el (org-time-clocksum-use-fractional)
16278         (org-time-clocksum-fractional-format): Two new customizable
16279         variables which allow the user to select fractional times (1.25
16280         instead of 1:25) in the `org-clock-display' report.
16282 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
16284         * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
16285         New option.
16287         * org.el (org-tag-alist): Fix customization type.
16289 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
16291         * org-mobile.el (org-mobile-update-checksum-for-capture-file):
16292         Make sure the regexp search can fail without throwing an error.
16293         (org-mobile-apply): Save the inbox buffer after removing
16294         successfully applied changes.
16296 2009-11-13  John Wiegley  <jwiegley@gmail.com>
16298         * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
16299         time is reported after the user comes back (but before they
16300         resolve time).
16302         * org.el (org-get-repeat): Change so that this function can be
16303         called with either `org-scheduled-string' or
16304         `org-deadline-string'.
16306         * org-clock.el (org-clock-auto-clock-resolution): Rename from
16307         `org-clock-disable-clock-resolution', since negatives don't sound
16308         good in customization variables.
16309         (org-clock-in): Don't use the auto-resolution logic if the user is
16310         clocking into a different task while an active clock is running.
16311         This then allows the default behavior of clocking out of the open
16312         task and then into the new task.
16314         * org.el (org-modules): Made this variable more consistent, since
16315         it was referring to Org, OrgMode and Org-mode, whereas the docs
16316         for the variable always refer to Org-mode.
16318 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
16320         * org.el (org-repeat-re): The changed org-repeat-re no longer
16321         matched simple +2d type repeaters.  Fix it so it does.
16323 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
16325         * org-latex.el (org-export-latex-preprocess): Protect the vspace
16326         macro in the VERSE environment.
16328 2009-11-13  John Wiegley  <jwiegley@gmail.com>
16330         * org-habit.el (org-habit-get-priority): A new function that
16331         determines the relative priority of a habit, based on how long
16332         past its scheduled date it is, and how near the deadline is.
16334         * org-agenda.el (org-agenda-get-scheduled): Set habit priority
16335         using `org-habit-get-priority'.
16337         * org-habit.el (org-habit-build-graph): Start displaying colors
16338         from the first scheduled date, if that date is earlier than the
16339         first completion date.
16341         * org-habit.el: Changed all "color" variables to faces, and made
16342         them appropriate for light and dark backgrounds.
16344         * org-habit.el (org-habit-duration-to-days): Made this function
16345         more general.
16346         (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
16348         * org-agenda.el (org-agenda-get-deadlines): Remove all mention of
16349         habits, since they don't use DEADLINE anymore.
16351         * org.el (org-repeat-re, org-display-custom-time)
16352         (org-timestamp-change): Extend to support the new ".+N/N"
16353         syntax, used for habits.
16355         * org-clock.el (org-clock-resolve-clock): Fix an incorrect
16356         variable reference.
16358         * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
16359         modeline when habits are being displayed (if that module is being
16360         loaded).
16362 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
16364         * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
16365         idle time using the xscreensaver extension.
16366         (org-user-idle-seconds): Use X11 idle time if available.
16368 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
16370         * org-agenda.el (org-agenda-next-line): New command.
16371         (org-agenda-previous-line): New commands.
16372         (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down):
16373         New commands.
16374         (org-agenda-follow-mode): Do the follow immediately if the mode is
16375         turned on here.
16376         (previous-line, next-line): Replace keys with the corresponding
16377         org functions.
16378         (org-agenda-mode-map): Bind backspace and delete to the scrolling
16379         command.
16381         * org.el (org-icompleting-read): Turn off partial completion mode
16382         for the duration of this completion round.
16384         * org-latex.el (org-export-latex-fontify-headline): Protect TeX
16385         macros in author lines and similar stuff.
16387         * org.el (org-file-tags): Fix docstring.
16388         (org-get-buffer-tags): Add the #+FILETAGS tags.
16389         ("ecb"): Make ecb show context after jumping into an Org file.
16391 2009-11-13  John Wiegley  <johnw@newartisans.com>
16393         * org-agenda.el (org-finalize-agenda): Draw habit consistency
16394         graphs after everything else in the buffer has been setup.
16396 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
16398         * org-mobile.el (org-mobile-apply): Count success and failure.
16400         * org.el (org-indent-line-function): Fix regexp replace problem.
16402 2009-11-13  John Wiegley  <johnw@newartisans.com>
16404         * org-clock.el (org-clock-disable-clock-resolution):
16405         New customization variable that disable automatic clock resolution on
16406         clock in.
16407         (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
16408         not automatically resolve anything.  This is does not affect
16409         idle-time resolution, however, if `org-clock-idle-time' is set.
16411 2009-11-13  John Wiegley  <johnw@newartisans.com>
16413         * org-habit.el: New file, which implements code to build a "habit
16414         consistency graph".
16416         * org-agenda.el (org-agenda-get-deadlines)
16417         (org-agenda-get-scheduled): Display consistency graphs when
16418         outputting habits into the agenda.  The graphs are always relative
16419         to the current time.
16420         (org-format-agenda-item): Add new parameter `habitp', which
16421         indicates whether we are formatting a habit or not.  Do not
16422         display "extra" leading information if habitp is true.
16424         * org.el (org-repeat-re): Improve regexp to include .+ and ++
16425         leaders for repeat strings.
16426         (org-get-repeat): Now takes a string parameter `tagline', so the
16427         caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
16429 2009-11-13  John Wiegley  <johnw@newartisans.com>
16431         * org-agenda.el (org-agenda-auto-exclude-function):
16432         New customization variable for allowing the user to create an "auto
16433         exclusion" filter for doing context-aware auto tag filtering.
16434         (org-agenda-filter-by-tag): Changes to support the use of
16435         `org-agenda-auto-exclude-function'.  See the new manual addition.
16437 2009-11-13  John Wiegley  <johnw@newartisans.com>
16439         * org.el (org-files-list): Don't attempt to return a file name for
16440         Org buffers which have no associated file.
16442         * org-agenda.el (org-agenda-do-action): Fix a typo.
16444 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
16446         * org-mobile.el (org-mobile-locate-entry): Interpret files
16447         relative to org-directory.
16448         (org-mobile-inbox-for-pull): Document the best location for this
16449         file.
16450         (org-mobile-check-setup): Verify `org-directory'.
16451         (org-mobile-create-index-file): Sort the files to be listed in
16452         index.org.
16454 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
16456         * org.el (org-fast-tag-selection): Add a way to display a
16457         description for a tag group.  This is done by adding a string to
16458         either the startgroup or endgroup cell.
16460 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
16462         * org-clock.el (org-clock-resolve, org-resolve-clocks)
16463         (org-emacs-idle-seconds): Use `org-float-time' instead of
16464         `time-to-seconds'.
16466 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
16468         * org-agenda.el (org-agenda-sorting-strategy): Fix customization
16469         type.
16471         * org.el (org-pre-cycle-hook): Document that `empty' can also be
16472         the value of ARG when doing local cycling.
16474 2009-11-13  John Wiegley  <johnw@newartisans.com>
16476         * org-clock.el (org-clock-resolve-clock): If keeping or
16477         subtracting time results in a clock out at a time in the past, and
16478         if the resolution occurred due to idleness or invoking `M-x
16479         org-resolve-clocks', remember that past moment in time.  On the
16480         next clock in, the user will be prompted to see if they want to
16481         back-date their new clock to then.
16482         (org-clock-resolve): Do not jump the user to the location of a
16483         dangling clock if the resolution is occurring due to an idle
16484         timeout.  In that case there is typically only one dangling clock,
16485         the active one, and there is no value gained by shuffling their
16486         windows around to show it to them.  Being prompted to resolve an
16487         idle clock should be as inobtrusive as possible.
16488         (org-resolve-clocks-if-idle): New function that resolves only the
16489         currently active clock if the user has exceeded the time returned
16490         by `org-user-idle-seconds', based on the value of
16491         `org-clock-idle-time'.
16492         (org-clock-in): If, after resolving clocks, (???)
16493         (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
16495         * org-clock.el (org-clock-resolve-clock): New function that
16496         resolves a clock to a specific time, closing or resuming as need
16497         be, and possibly even starting a new clock.
16498         (org-clock-resolve): New function used by `org-resolve-clocks'
16499         that sets up for the call to `org-clock-resolve-clock'.
16500         It determines the time to resolve to based on a single-character
16501         selection from the user to either keep time, subtract away time or
16502         cancel the clock.
16503         (org-resolve-clocks): New user command which resolves dangling
16504         clocks -- that is, open but not active -- anywhere in the file
16505         list returned by `org-files-list'.
16506         (org-clock-in): Automatically resolve dangling clocks whenever a
16507         user clocks in.
16508         (org-clock-cancel): If the user cancels the solely clock in a
16509         LOGBOOK, remove the empty drawer.
16511         * org-clock.el (org-clock-idle-time): New user customizable option
16512         for detecting whether the user has left a clock idle.  Note: it is
16513         only used in this commit to test whether it's worthwhile to check
16514         OS X to get the Mac user's current idle time.  If the Emacs idle
16515         time is less than the value, the user hasn't been away long enough
16516         to be worth checking (a more expensive test than just getting
16517         Emacs idle time).
16518         (org-user-idle-seconds, org-mac-idle-seconds)
16519         (org-emacs-idle-seconds): This three functions, in conjunction
16520         with the user customization variable `org-clock-idle-time', return
16521         the number of seconds (as a floating point) that the user has been
16522         away from their Emacs (or, if running on OS X, their computer).
16524         * org-clock.el (org-find-open-clocks): New function that returns a
16525         list of all open clocks in the given FILE.  Note that each clock
16526         it returns is a cons cell of the format (MARKER . START-TIME).
16527         This "clock" value is used by several of the new clock module
16528         utility functions.
16529         (org-is-active-clock): New inline function which tests whether the
16530         given clock value is the same as the currently active clock.
16531         Returns non-nil if this is the case.
16532         (org-with-clock-position): New macro that evaluates FORMS with
16533         point in the buffer and at the position of the given clock.
16534         Changes to the current clock are global.
16535         (org-with-clock): New macro that evaluates FORMS with point in the
16536         buffer and at the position of the given clock.  However, changes
16537         to the current clock are local and have no effect on the user's
16538         active clock.  This allows, for example, far any clock to be
16539         canceled without canceling the active clock.
16540         (org-clock-clock-in): New inline function that switches the active
16541         clock to the given clock.  If either the argument RESUME, or the
16542         global `org-clock-in-resume', are non-nil, it will resume a clock
16543         that was previously left open.
16544         (org-clock-clock-out): New inline function that clocks out the
16545         given clock value without affecting the currently active clock.
16546         (org-clock-clock-cancel): New inline function that cancels the
16547         given clock value without affecting the currently active clock.
16549         * org-clock.el (org-clock-in): Before creating
16550         `org-clock-mode-line-timer', check to make sure an older timer is
16551         not currently running.
16552         (org-clock-out): Accept new third parameter `at-time', which
16553         permits a clock to be clocked out at a specific time.  Note that
16554         no attempt is made to verify that the clock out time is later than
16555         the clock in time.
16557         * org.el (org-files-list): New utility function for returning a
16558         list of all open org-mode buffers, plus all files used to build
16559         the agenda buffer.  Note that not all the files will necessarily
16560         be visited by a buffer at time of call.
16561         (org-entry-beginning-position): Like the function
16562         `line-beginning-position', this inline function returns the
16563         beginning position of the current heading/entry.
16564         (org-entry-end-position): Like the function `line-end-position',
16565         this inline function returns the end position of the current
16566         heading/entry.
16568 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
16570         * org-agenda.el (org-agenda-list): Mark the all-todo items line as
16571         a header line.
16573 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
16575         * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
16577 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
16579         * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
16580         entries that have no tags.
16581         (org-agenda-search-view): New customize group.
16582         (org-agenda-search-view-search-words-only): New option.
16583         (org-search-view): Implement substring search.
16585 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
16587         * org.el (org-outline-level): Add doc string.
16589 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
16591         * org-inlinetask.el (org-inlinetask-export): Re-introduce
16592         variable.
16593         (org-inlinetask-export-handler): Only export inline task if the
16594         user option calls for it.
16596 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
16598         * org-exp.el (org-export-handle-export-tags): Remove inlinetask
16599         END if present.
16601 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
16603         * org-latex.el (org-export-latex-tables): Don't format in
16604         protected regions.
16606 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
16608         * org-src.el (org-edit-src-code)
16609         (org-edit-src-find-region-and-lang, org-edit-src-exit):
16610         Handle macro editing.
16612         * org-agenda.el (org-prefix-category-max-length): New variable.
16613         (org-format-agenda-item): Use `org-prefix-category-max-length'.
16614         (org-compile-prefix-format): Set `org-prefix-category-max-length'.
16616 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
16618         * org-mobile.el (org-mobile-create-index-file): Improve the
16619         listing of tags and todo keywords.
16621         * org-latex.el (org-export-latex-format-image): New function.
16622         (org-export-latex-links): Use `org-export-latex-format-image'.
16624 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
16626         * org-inlinetask.el (org-inlinetask-get-current-indentation)
16627         (org-inlinetask-remove-terminator): New functions.
16628         (org-inlinetask-export-handler): Terminate the description list.
16630         * org-exp.el (org-export-select-backend-specific-text): Remove the
16631         region markers.
16633         * org-inlinetask.el (org-inlinetask-export-handler): Fix bug for
16634         tasks without content.
16636         * org-clock.el: Make sure the clock-in target position does not
16637         move to a different node by widening the buffer.
16639         * org-html.el (org-export-html-format-image): Wrap image into
16640         figure div only when there is a caption.
16642         * org-archive.el (org-archive-mark-done): Change default value to
16643         nil.
16645 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
16647         * org.el (org-context): Call `bobp', not `eobp'.
16649         * org-clock.el (org-clock-cancel): Remove quotes from marker
16650         variables.
16652         * org.el (org-read-date-prefer-future): New allowed value `time'.
16653         (org-read-date-analyze): Shift day to tomorrow depending on time
16654         entered and value of `org-read-date-prefer-future'.
16656 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16658         * org.el (org-version, org-get-refile-targets, org-refile)
16659         (org-store-log-note, org-diary-to-ical-string)
16660         (org-speedbar-set-agenda-restriction):
16661         * org-publish.el (org-publish-find-title):
16662         * org-plot.el (org-plot/gnuplot):
16663         * org-mouse.el (org-mouse-do-remotely):
16664         * org-mobile.el (org-mobile-move-capture):
16665         * org-mac-message.el (org-mac-message-insert-flagged):
16666         * org-latex.el (org-replace-region-by-latex):
16667         * org-docbook.el (org-replace-region-by-docbook):
16668         * org-clock.el (org-clock-out, org-clock-cancel):
16669         * org-bibtex.el (org-execute-file-search-in-bibtex):
16670         Use with-current-buffer.
16672 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
16674         * org.el (org-directory, org-map-entries):
16675         * org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings.
16677 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
16679         * org.el (org-set-tags-to): New command.
16681         * org-latex.el (org-export-latex-set-initial-vars): Also check in
16682         the plist.
16684         * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
16685         keyword.
16687         * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
16689 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
16691         * org-inlinetask.el (org-inlinetask-export): Option removed.
16692         (org-inlinetask-export-handler): Better export.
16694         * org-xoxo.el (org-export-xoxo-final-hook): New hook.
16695         (org-export-as-xoxo): Run the new hook.
16697         * org-html.el (org-export-html-final-hook): New hook.
16698         (org-export-as-html): Run the new hook.
16700         * org-docbook.el (org-export-docbook-final-hook): New hook.
16701         (org-export-as-docbook): Run the new hook.
16703         * org-ascii.el (org-export-ascii-final-hook): New hook.
16704         (org-export-as-ascii): Run the new hook.
16706         * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
16707         space character as the character before the ^/_.
16708         (org-export-latex-final-hook): New hook.
16709         (org-export-as-latex): Run `org-export-latex-final-hook'.
16711 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
16713         * org-macs.el (org-if-unprotected-at): Fix docstring.
16715         * org-agenda.el (org-agenda-change-all-lines): Handle invisible
16716         text in the prefix (if category is a link).
16718         * org-latex.el (org-export-latex-preprocess): Deal properly with
16719         empty lines in verse environments.
16721         * org.el (org-format-latex-header): Inline fullpage.sty.
16723         * org-footnote.el (org-footnote-create-definition): Reveal context
16724         to add a new footnote definition.
16726         * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
16727         org-table-recalculate when cursor is in TBLFM line.
16729         * org-list.el (org-renumber-ordered-list): Fix cursor position
16730         when bullet length has changed.
16732 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
16734         * org.el (org-format-latex): Mention `org-format-latex-options' in
16735         the docstring.
16737 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
16739         * org.el (org-agenda-get): New function.
16741         * org-agenda.el (org-agenda-post-command-hook): No longer move
16742         point away from end of line.
16743         (org-agenda-add-entry-text, org-agenda-collect-markers)
16744         (org-finalize-agenda, org-agenda-mark-clocking-task)
16745         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
16746         (org-agenda-entry-text-show, org-agenda-highlight-todo)
16747         (org-agenda-compare-effort, org-agenda-filter-apply)
16748         (org-agenda-later, org-agenda-change-time-span)
16749         (org-agenda-post-command-hook, org-agenda-show-priority)
16750         (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
16751         (org-agenda-archive, org-agenda-archive-to-archive-sibling)
16752         (org-remove-subtree-entries-from-agenda, org-agenda-refile)
16753         (org-agenda-open-link, org-agenda-copy-local-variable)
16754         (org-agenda-switch-to, org-agenda-check-no-diary)
16755         (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
16756         (org-agenda-add-note, org-agenda-change-all-lines)
16757         (org-agenda-priority, org-agenda-set-tags)
16758         (org-agenda-set-property, org-agenda-set-effort)
16759         (org-agenda-toggle-archive-tag, org-agenda-date-later)
16760         (org-agenda-show-new-time, org-agenda-date-prompt)
16761         (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
16762         (org-agenda-clock-in, org-agenda-bulk-mark)
16763         (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note):
16764         Use `org-get-at-bol'.
16766         * org-colview.el (org-columns-display-here)
16767         (org-columns-edit-allowed, org-agenda-columns):
16768         Use `org-get-at-bol'.
16770 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
16772         * org.el (org-special-ctrl-a/e): Improve documentation and
16773         customize type.
16774         (org-end-of-line): Don't jump to after the ellipsis.
16775         (org-mode-map): Bind <home> and <end> as well.
16777 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
16779         * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
16780         space after #+ as comments.
16781         (org-open-at-point): Run `org-follow-link-hook' always.
16783         * org-latex.el (org-export-latex-emph-format): Use better commands
16784         to insert special characters in verbatim snippets.
16786 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
16788         * org-faces.el (org-copy-face): New function.  Use it to create
16789         various faces formerly created by using `copy-face'.
16791         * org-agenda.el (org-prepare-agenda): Don't officially mark this
16792         window dedicated.
16793         (org-agenda-quit): Kill the frame containing the agenda window if
16794         that frame was created for the agenda.
16796 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
16798         * org-agenda.el (org-agenda-date-prompt): Mark the changed time
16799         stamp in the agenda.
16801 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
16803         * org-agenda.el (org-prepare-agenda):
16804         Reset `org-drawers-for-agenda'.
16805         (org-prepare-agenda): Uniquify list of drawers.
16807         * org.el (org-complex-heading-regexp-format): New variable.
16808         (org-set-regexps-and-options):
16809         Define `org-complex-heading-regexp-format'.
16810         (org-drawers-for-agenda): New variable.
16811         (org-map-entries): Bind `org-drawers-for-agenda'.
16812         (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
16814         * org-remember.el (org-go-to-remember-target)
16815         (org-remember-handler): Use `org-complex-heading-regexp-format'.
16817 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
16819         * org-agenda.el (org-agenda-highlight-todo): Fix text property
16820         problem.
16822         * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
16823         always with `invisible-ok'.
16824         (org-store-link): No error when there is nothing to link to in the
16825         agenda.
16827         * org-list.el (org-update-checkbox-count): Insert changed cookie
16828         before the old, to avoid problems with invisibility at the end of
16829         the line.
16830         (org-update-checkbox-count): Insert changed cookie before the old,
16831         to avoid problems with invisibility at the end of the line.
16833         * org.el (org-sort-entries-or-items): Include the final newline.
16834         (org-fontify-meta-lines-and-blocks): Add indented dynamic block
16835         lines for fontification.
16836         (org-dblock-start-re, org-dblock-end-re): Allow indentation.
16837         (org-prepare-dblock): Store the current indentation of the BEGIN
16838         line.
16839         (org-update-dblock): Apply the indentation of the begin line to
16840         the rest of the block.
16841         (org-ctrl-c-ctrl-c): Also find indented dblock lines.
16842         (org-startup-folded): New allowed value `showeverything'.
16843         (org-startup-options): Add STARTUP keyword `showeverything'.
16844         (org-set-startup-visibility): Respect value `showeverything' in
16845         org-startup-folded.
16847 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
16849         * org.el (org-closest-date): Fix issue with past preference.
16851         * org-archive.el (org-archive-set-tag)
16852         (org-archive-subtree-default): New commands.
16854         * org-clock.el (org-clock-clocktable-default-properties):
16855         New option.
16856         (org-clock-report):
16857         Use `org-clock-clocktable-default-properties'.
16859 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
16861         * org.el (org-iswitchb-completing-read): Fix typo.
16863         * org-crypt.el: New file.
16865         * org.el: Add an entry for org-crypt.
16867 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
16869         * org-agenda.el (org-agenda-menu): Reorganize the menu for more
16870         consistency.
16871         (org-batch-store-agenda-views): New function.
16872         (org-agenda-title-append): Define variable.
16873         (org-write-agenda): New export to Org files.
16874         (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
16875         (org-agenda): Allow to keep the restricted file list if a special
16876         variable is bound to t.
16877         (org-agenda): Define a special agenda view for working on flagged
16878         entries.
16879         (org-agenda-get-restriction-and-command): List the new agenda
16880         view.
16881         (org-agenda-show-the-flagging-note): New command.
16882         (org-agenda-mode-map): New key `?' for looking at the flagging
16883         note.
16885         * org.el (org-autoload): Autoload org-mobile.el.
16886         (org-org-menu): Add menu commands for MobileOrg in the Org menu.
16888         * org-mobile.el: New file.
16890         * org-id.el (org-id-get): Fix bug with forcing ID on an item.
16892 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
16894         * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
16895         statements.
16896         (org-table-get-remote-range): Match indented #+TBLNAME
16897         statements.
16899         * org.el (org-convert-to-odd-levels)
16900         (org-convert-to-oddeven-levels): Work also correctly if the file
16901         is in outline-mode.
16903 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
16905         * org.el (org-store-link): When in agenda buffer, link to
16906         referenced entry.
16907         (org-add-planning-info): Remove spaces at eol.
16909         * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
16910         property.
16912 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
16914         * org-latex.el (org-export-latex-first-lines): Fix problem with
16915         LaTeX export of first line and selected subtree.
16917         * org.el (org-shifttab): Interpret arg differently when using only
16918         odd levels.
16920 2009-10-01  Bastien Guerry  <bzg@gnu.org>
16922         * org.el (org-check-agenda-file): Use a more explicit message.
16924 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
16926         * org-exp.el (org-export-remove-special-table-lines): Don't remove
16927         normal lines.
16929 2009-10-01  Bastien Guerry  <bzg@gnu.org>
16931         * org.el (org-offer-links-in-entry): Don't use "Select link" as a
16932         prompt in the temporary window.
16934         * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
16935         prefix for marked entries in the agenda view.
16937 2009-10-01  Andreas Burtzlaff  <andy13@gmx.net>  (tiny change)
16939         * org.el (outline-end-of-subtree): Bugfix: advise this function in
16940         a way that prevents any trailing character from being displayed.
16942 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
16944         * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
16945         menu.
16947         * org-exp.el (org-export-remove-special-table-lines): Remove bad
16948         slow regexp match.
16950 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
16952         * org-latex.el (org-export-latex-preprocess): Do not protect in
16953         the LaTeX header.
16955         * org-src.el (org-edit-src-save): Save window setup while saving.
16956         (org-edit-src-code): Use new buffer name construction scheme.
16958 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
16960         * org-agenda.el (org-agenda-entry-text-exclude-regexps):
16961         New variable.
16962         (org-agenda-entry-text-cleanup-hook): New hook.
16963         (org-agenda-get-some-entry-text): Remove matches of
16964         `org-agenda-entry-text-exclude-regexps' and run the hook
16965         `org-agenda-entry-text-cleanup-hook'.
16967         * org.el (org-offer-links-in-entry): New argument ZERO to
16968         implement a link with index zero.
16969         (org-cycle-show-empty-lines): Not keep empty line under header
16970         hidden.
16971         (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
16972         to nil for special completion.
16973         (org-store-link): Don't error before the first heading.
16975         * org-agenda.el (org-agenda-open-link): Pass the prefix to
16976         `org-offer-links-in-entry'.
16978 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
16980         * org-agenda.el (org-agenda-quit): Provide the window argument for
16981         `window-dedicated-p', Emacs 22 needs it.
16982         (org-format-agenda-item): If the category is a link, arrange for
16983         invisible text to replaced with spaces.
16984         (org-compile-prefix-format): Add the extra space.
16985         (org-prefix-category-length): New variable.
16987         * org-exp.el (org-export-cleanup-toc-line): Remove footnote
16988         references from TOC lines.
16990         * org.el (org-selected-window): New variable.
16992         * org-table.el (org-table-edit-formulas): Remember the selected
16993         window.
16994         (org-table-fedit-finish, org-table-fedit-abort): Select the window
16995         that was originally selected.
16997         * org-exp.el (org-export-preprocess-apply-macros): Scan the
16998         expansion of a macro for more macro definitions.
17000         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
17001         invisibility overlay starts on the newline.
17003 2009-10-01  Glenn Morris  <rgm@gnu.org>
17005         * org-agenda.el (calendar-check-holidays):
17006         * org-exp.el (org-agenda-skip):
17007         * org-list.el (outline-back-to-heading):
17008         * org-wl.el (wl-summary-goto-folder-subr):
17009         * org.el (iswitchb-mode, remember, remember-buffer-desc)
17010         (remember-finalize, remember-save-after-remembering, remember-register)
17011         (remember-buffer, remember-handler-functions)
17012         (remember-annotation-functions): Remove unused declarations.
17014         * org.el (iswitchb-read-buffer): Fix declaration.
17016 2009-09-30  Glenn Morris  <rgm@gnu.org>
17018         * org-compat.el (w32-focus-frame):
17019         * org-exp-blocks.el (R):
17020         * org-exp.el (htmlize-buffer):
17021         * org-protocol.el (server-edit):
17022         * org-table.el (org-format-org-table-html):
17023         * org.el (org-indent-mode): Fix declarations.
17025         * org-colview.el (org-columns-uncompile-format): Avoid assignment to
17026         free variable `fun'.
17028 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
17030         * org-agenda.el (org-agenda-restore-windows-after-quit):
17031         Fix typo in docstring.
17033 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
17035         * org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels)
17036         (org-shiftselect-error, org-ctrl-c-ctrl-c):
17037         * org-agenda.el (org-agenda-undo, org-check-for-org-mode):
17038         * org-attach.el (org-attach-check-absolute-path):
17039         * org-docbook.el (org-export-as-docbook):
17040         * org-html.el (org-export-as-html):
17041         * org-id.el (org-id-update-id-locations):
17042         * org-table.el (org-table-fedit-lisp-indent, orgtbl-send-table):
17043         Fix typos in error messages.
17045 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17047         * org-ascii.el: Require CL for the `loop' macro.
17049 2009-09-05  Carsten Dominik  <dominik@u016822.science.uva.nl>
17051         * org-gnus.el (require): Wrap (require gnus-sum) into
17052         eval-when-compile.
17054 2009-09-03  Carsten Dominik  <dominik@u016822.science.uva.nl>
17056         * org-protocol.el (org-protocol-store-link)
17057         (org-protocol-remember, org-protocol-open-source): Remove autoload
17058         cookies again.
17060         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure we are
17061         referencing the start of the line.
17063         * org-gnus.el: Remove unnecessary declare-function forms.
17064         (gnus-sum): Always require gnus-sum.
17066 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
17068         * org-protocol.el (org-protocol-store-link)
17069         (org-protocol-remember, org-protocol-open-source): Add autoloads.
17071         * org-compat.el (org-float-time): New function.
17073         * org.el (org-clock-update-time-maybe)
17074         (org-sort-entries-or-items, org-do-sort)
17075         (org-evaluate-time-range, org-time-string-to-seconds)
17076         (org-closed-in-range): Use `org-float-time'.
17078         * org-timer.el (org-timer-start, org-timer-pause-or-continue)
17079         (org-timer-seconds): Use `org-float-time'.
17081         * org-clock.el (org-clock-get-clocked-time, org-clock-out)
17082         (org-clock-sum, org-dblock-write:clocktable)
17083         (org-clocktable-steps): Use `org-float-time'.
17085         * org-agenda.el (org-agenda-last-marker-time)
17086         (org-agenda-new-marker, org-diary): Use `org-float-time'.
17088         * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
17089         function.
17091         * org-exp.el (org-get-file-contents): Only protect lines that
17092         really need it.
17094         * org-html.el (require): Require cl for compilation.
17096         * org.el: Avoid using `default-major-mode'.
17098         * org-plot.el (require): Require CL only at compile time.
17100         * org-exp.el (require): Require CL only at compile time.
17102         * org-agenda.el (org-agenda-quit): When the agenda window is
17103         dedicated, remove other windows before exiting, so that the frame
17104         really will be killed.
17106         * org-exp.el (org-export-handle-include-files): Reset START and
17107         END for each loop cycle.
17109 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
17111         * org.el (org-eval-in-calendar):
17112         Use `org-select-frame-set-input-focus'.
17114         * org-compat.el (org-select-frame-set-input-focus): New function.
17116         * org.el (org-update-statistics-cookies): New function.
17117         (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
17119 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
17121         * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
17122         after the local variables are set.
17124         * org-latex.el (org-export-latex-protect-amp): New function.
17125         (org-export-latex-links): Protect link ampersands in tables.
17127         * org-exp.el (org-export-select-backend-specific-text): Match in
17128         two steps, to avoid regexp problems.
17130         * org.el (org-offer-links-in-entry): Improve working with many and
17131         duplicate links.
17133         * org-agenda.el (org-agenda-show-1): Make more consistent with
17134         normal cycling.
17135         (org-agenda-cycle-show): Make more consistent with normal cycling.
17137         * org-gnus.el (org-gnus-store-link): Restore the linking to a
17138         website.
17140 2009-09-02  Bastien Guerry  <bzg@gnu.org>
17142         * org-latex.el (org-export-latex-first-lines): Bugfix.
17144 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
17146         * org-clock.el (org-clock-modify-effort-estimate): Emit message
17147         about new effort.
17149         * org.el (org-set-effort): New function.
17150         (org-mode-map): New key for effort setting command.
17152         * org-agenda.el (org-agenda): Keep window setup when calling
17153         agenda from within agenda window.
17154         (org-agenda-mode-map): New keys for effort setting commands.
17155         (org-agenda-menu): Add effort setting commands to menu.
17156         (org-agenda-set-property, org-agenda-set-effort): New functions.
17158         * org-latex.el (org-export-latex-tables):
17159         Fix `org-table-last-alignment' and `org-table-last-column-widths' if
17160         the first column has been removed.
17162 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
17164         * org.el (org-remove-timestamp-with-keyword): Only remove in
17165         entry, not in subtree.
17167         * org-src.el (org-src-lang-modes): Add abbreviation elisp for
17168         emacs lisp.
17170         * org.el (org-open-at-point): When on headline, offer all strings
17171         in entry.
17173         * org-remember.el (org-remember-templates): Documentation fix.
17175         * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
17176         `org-get-last-sibling' instead of the outline versions of these
17177         functions.
17178         (org-get-last-sibling): New function.
17179         (org-refile): Use `org-get-next-sibling' instead of the outline
17180         version of this function.
17181         (org-clean-visibility-after-subtree-move):
17182         Use `org-get-next-sibling' and `org-get-last-sibling' instead of the
17183         outline versions of these functions.
17185 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
17187         * org-agenda.el (org-prepare-agenda): When creating a new frame
17188         for the agenda, make the window dedicated.
17190         * org-agenda.el (org-agenda-mode-map): New keys for time motion.
17192         * org-table.el (org-table-align): Change the order of reinsertion
17193         and deletion, to avoid problems with overlays following the table.
17195         * org.el (org-parse-time-string): Better error message.
17196         (org-show-subtree): Use org-end-of-subtree.
17198         * org-macs.el (org-goto-line): New defsubst.
17200         * org.el (org-open-file, org-change-tag-in-region)
17201         (org-fast-tag-show-exit): Don't use `goto-line'.
17203         * org-table.el (org-table-align, org-table-insert-column)
17204         (org-table-delete-column, org-table-move-column)
17205         (org-table-sort-lines, org-table-copy-region)
17206         (org-table-paste-rectangle, org-table-wrap-region)
17207         (org-table-get-specials, org-table-rotate-recalc-marks)
17208         (org-table-get-range, org-table-recalculate)
17209         (org-table-edit-formulas, org-table-fedit-convert-buffer)
17210         (org-table-show-reference, org-table-highlight-rectangle):
17211         Don't use `goto-line'.
17213         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
17214         (org-edit-src-exit): Don't use `goto-line'.
17216         * org-macs.el (org-preserve-lc): Don't use `goto-line'.
17218         * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
17219         Don't use `goto-line'.
17221         * org-exp.el (org-export-number-lines): Don't use `goto-line'.
17223         * org-colview.el (org-columns, org-columns-redo)
17224         (org-agenda-columns): Don't use `goto-line'.
17226         * org-agenda.el (org-agenda-mode): Force visual line motion off.
17227         (org-agenda-add-entry-text-maxlines): Improve docstring.
17228         (org-agenda-start-with-entry-text-mode): New option.
17229         (org-agenda-entry-text-maxlines): New option.
17230         (org-agenda-entry-text-mode): New variable.
17231         (org-agenda-mode): Set initial value of
17232         `org-agenda-entry-text-mode'.
17233         (org-agenda-mode-map): Add the `E' key.
17234         (org-agenda-menu): Add entry text mode to the menu.
17235         (org-agenda-get-some-entry-text): Fix line count bug.
17236         (org-finalize-agenda): Apply entry text mode if appropriate.
17237         (org-agenda-entry-text-show-here): New function.
17238         (org-agenda-entry-text-show): New function.
17239         (org-agenda-entry-text-hide): New function.
17240         (org-agenda-view-mode-dispatch): Add entry text mode to the view
17241         key menu.
17242         (org-agenda-entry-text-mode): New command.
17243         (org-agenda-set-mode-name): Add entry text mode to the mode line
17244         string.
17245         (org-agenda-undo, org-agenda-get-restriction-and-command)
17246         (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
17247         `goto-line'.
17249 2009-09-02  Bernt Hansen  <bernt@norang.ca>
17251         * org-clock.el (org-notify): Bugfix.
17253 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
17255         * org-agenda.el (org-agenda-open-link): Handle multiple links and
17256         check for after-string.
17258         * org-gnus.el (org-gnus-store-link): Simplify.
17260         * org.el (org-latex-regexps): Don't add extra empty lines for
17261         display formulas.
17263 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
17265         * org-agenda.el (org-agenda-get-some-entry-text): New function.
17266         (org-agenda-add-entry-text):
17267         Use `org-agenda-get-some-entry-text'.
17269         * org.el (org-cycle-separator-lines): Update docstring.
17270         (org-cycle-show-empty-lines): Handle negative values for
17271         `org-cycle-show-empty-lines'.
17273         * org-exp.el (org-export-protect-sub-super): New function.
17274         (org-export-normalize-links): Protect the url of plain links from
17275         supscript and superscript processing.
17277         * org-remember.el (org-remember-escaped-%): New function.
17278         (org-remember-apply-template): Use `org-remember-escaped-%' to
17279         detect escaped % signs.
17281 2009-09-02  Bastien Guerry  <bzg@gnu.org>
17283         * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
17284         sound when showing the notification.
17286         * org-clock.el (org-notify): New function.
17287         (org-clock-notify-once-if-expired): Use `org-notify'.
17289         * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
17290         and `gnus-article-mode' separately.
17291         (gnus-summary-article-header): Fix the declare-function.
17293 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
17295         * org-exp.el (org-export-format-source-code-or-example):
17296         Translate language.
17298         * org-src.el (org-src-lang-modes): New variable.
17299         (org-edit-src-code): Translate language.
17301         * org-exp.el (org-export-format-source-code-or-example): Deal wit
17302         the new structure of the `org-export-latex-listings-langs'
17303         variable.
17305         * org-latex.el (org-export-latex-listings-langs): Change structure
17306         of the variable from plist to alist.
17308 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
17310         * org.el (org-in-commented-line): New function.
17312 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
17314         * org.el (org-hide-block-toggle): Make folded blocks searchable.
17316 2009-09-02  Friedrich Delgado Friedrichs  <friedel@nomaden.org>  (tiny change)
17318         * org.el (org-flag-drawer): More useful error.
17320 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
17322         * org-remember.el (org-remember-apply-template):
17323         Use org-icompleting-read.
17325         * org-publish.el (org-publish): Use org-icompleting-read.
17327         * org-colview.el (org-columns-edit-value, org-columns-new)
17328         (org-insert-columns-dblock): Use org-icompleting-read.
17330         * org-attach.el (org-attach-delete-one, org-attach-open):
17331         Use org-icompleting-read.
17333 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
17335         * org.el (org-hierarchical-todo-statistics): Improve docstring.
17336         (org-version): Return the version text.
17337         (org-org-menu): Add a menu entry for the new bug reporter.
17338         (org-submit-bug-report): New command.
17340         * org-list.el (org-hierarchical-checkbox-statistics):
17341         Improve docstring.
17343         * org.el (org-emphasis-regexp-components): Add "`" to set of
17344         pre-emphasis characters.
17346         * org-latex.el (org-export-latex-classes): Always include the soul
17347         package.
17348         (org-export-latex-emphasis-alist): Use \st for strikethough.
17350         * org-exp-blocks.el (org-export-blocks-preprocess):
17351         Use `indent-code-rigidly' to indent.
17353         * org-agenda.el (org-agenda-get-restriction-and-command):
17354         Remove properties only if MATCH really is a string.
17356 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
17358         * org-latex.el (org-export-latex-packages-alist):
17359         Fix customization type.
17361         * org.el (org-create-formula-image): Also use
17362         `org-export-latex-packages-alist'.
17364         * org-html.el (org-export-as-html): Fix bug in footnote regexp.
17365         (org-export-as-html): Format footnotes correctly.
17367 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
17369         * org.el (org-fast-tag-selection): Avoid text properties on tags
17370         in the alist.
17372         * org-agenda.el (org-agenda-get-restriction-and-command):
17373         Avoid text properties on the match element.
17375 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
17377         * org.el (org-set-regexps-and-options): Make sure the list of done
17378         keywords is not invalid.
17380         * org-exp.el (org-export-interpolate-newlines): New function.
17382 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
17384         * org.el (org-format-latex): Avoid nested overlays.
17386         * org-latex.el (org-export-latex-listings-langs): Add a few more
17387         languages.
17389         * org-exp.el (org-export-preprocess-apply-macros): Make sure to
17390         ignore newlines and space before the first macro argument.
17392         * org-latex.el (org-export-latex-tables): Remove save-excursion
17393         around `org-table-align'.
17395 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
17397         * org.el (org-export-html-special-string-regexps):
17398         Definition moved into org.el.
17400         * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
17401         in macro calls.
17403 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
17405         * org-latex.el (org-export-latex-listings)
17406         (org-export-latex-listings-langs): New options.
17408         * org-exp.el (org-export-format-source-code-or-example):
17409         Use listing package if requested by the user.
17411 2009-09-02  Bastien Guerry  <bzg@gnu.org>
17413         * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
17414         command before actually switching to a buffer.
17416 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
17418         * org-exp.el (org-get-file-contents): Only quote org lines when
17419         the markup is src or example.
17421         * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
17422         New option.
17423         (org-agenda-get-day-entries): Remember deadline results and pass
17424         them on into the function getting the scheduling information.
17425         (org-agenda-get-scheduled): Accept deadline results as parameters
17426         and maybe skip some entries.
17427         (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
17429         * org.el (org-insert-heading): When respecting content, do not
17430         convert current line to headline.
17432         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
17433         Also cheeeeeck the hd marker.
17434         (org-clock-in): Also set the hd marker.
17435         (org-clock-out): Also set the hd marker.
17436         (org-clock-cancel): Reset markers.
17438         * org.el (org-clock-hd-marker): New marker.
17440         * org-faces.el (org-agenda-clocking): New face.
17442         * org-agenda.el (org-agenda-mark-clocking-task): New function.
17443         (org-finalize-agenda): Call `org-agenda-mark-clocking-task'.
17445         * org.el (org-modules): Add org-track.el.
17447         * org-agenda.el (org-agenda-bulk-marked-p): New function.
17448         (org-agenda-bulk-mark, org-agenda-bulk-unmark):
17449         Use `org-agenda-bulk-marked-p'.
17450         (org-agenda-bulk-toggle): New command.
17452 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
17454         * org.el (org-move-subtree-down): Hide subtree if it was folded,
17455         not just the body.
17457         * org-remember.el (org-remember-finalize): Avoid buffer-modified
17458         messages.
17460 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17462         * org-html.el (org-export-as-html):
17463         * org-docbook.el (org-export-as-docbook):
17464         Use (default-value 'major-mode) instead of default-major-mode.
17466 2009-08-08  Carsten Dominik  <carsten.dominik@gmail.com>
17468         * org-docbook.el: Add arch-tag.
17470         * org-exp-blocks.el: Add arch-tag.
17472         * org-id.el: Add arch-tag.
17474         * org-indent.el: Add arch-tag.
17476         * org-inlinetask.el: Add arch-tag.
17478         * org-protocol.el: Add arch-tag.
17480 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
17482         * org.el (org-create-formula-image): Remove the -E option for
17483         dvipng.
17485         * org-exp.el (org-default-export-plist): Respect #+BIND.
17486         (org-export-confirm-letbind): New function.
17488         * org.el (org-paste-subtree): Test the kill ring entry if it is
17489         going to be used.
17490         (org-copy-subtree): Use `org-forward-same-level'.
17491         (org-forward-same-level): Respect the `invisibe-ok' arg for
17492         back-to-heading.
17494 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
17496         * org.el (org-table-map-tables): Make sure cursor is back at table
17497         beginning after funcall.
17499         * org-agenda.el (org-agenda-bulk-action): Make sure parents are
17500         handled before children, and do not error if an entry is not
17501         found, probably because it hase been remove when the parent was
17502         archived or refiled.
17504         * org.el (org-ido-completing-read): Accept straight lists for
17505         completion as well as alists.
17507         * org-timer.el (org-timer-cancel-timers): Rename from
17508         `org-timer-cancel-timers'.
17510         * org.el (org-cycle-internal-local): Fix problem with finding next
17511         invisible line.
17513 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
17515         * org-list.el (org-list-send-list):
17516         Call `org-list-goto-true-beginning' instead of
17517         `org-list-find-true-beginning', which does not exist.
17519         * org-timer.el (org-timer-reset-timers): Use `mapc'.
17520         (org-timer-set-timer): Do not assign to heading.
17522         * org-id.el (org-id-open): Quote function name.
17524         * org-macs.el (org-unmodified): Turn off recording undo
17525         information while running inside the macro.
17527         * org-table.el (org-table-export): Also work in file-less
17528         buffers.
17530         * org.el (org-startup-indented): New option.
17531         (org-startup-options): Add new options indent and noindent.
17532         (org-unfontify-region): Remove line-prefix and wrap-prefix
17533         properties.
17534         (org-after-demote-entry-hook, org-after-promote-entry-hook):
17535         New hooks.
17536         (org-promote, org-demote): Run the new hooks.
17538         * org-table.el (org-table-align): Replace leading \n as well.
17540         * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
17541         and `line-wrap' text properties.
17543         * org-compat.el (org-kill-new): New function.
17545         * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
17546         `line-wrap' text properties.
17548         * org-indent.el: New file.
17550 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
17552         * org.el (org-provide-todo-statistics): Tweak docstring.
17554         * org-id.el (org-id-open): Honor `org-link-frame-setup'.
17556 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
17558         * org-exp.el (org-export-as-org): Insert the "-source" string
17559         before the extension.
17561         * org.el (org-read-date): Make sure the calendar is in the current
17562         frame.
17563         (org-set-emph-re): Remove the ? from the post-match.
17564         (org-emphasis-regexp-components): Add backslash to the
17565         postmatch class.
17566         (org-set-font-lock-defaults): Write \n instead of \xa, and make it
17567         optional so that also lines at the end of the buffers will still
17568         be matched as headlines.
17570         * org-table.el (org-table-error-on-row-ref-crossing-hline):
17571         Variable made obsolete.
17572         (org-table-relative-ref-may-cross-hline): New option.
17573         (org-table-find-row-type): Honow the new option
17574         `org-table-relative-ref-may-cross-hline'.
17576 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
17578         * org-table.el (org-table-cut-region, org-table-copy-region):
17579         Work on single field if no active region.
17581 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
17583         * org-latex.el (org-export-latex-make-header): Only insert title
17584         if one is defined.
17586         * org.el (org-make-options-regexp): Allow empty values.
17588 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
17590         * org.el (org-cycle-internal-local): Improved version of finding
17591         next visible line.
17592         (org-cycle-hide-drawers): Only hide drawers if this is really
17593         necessary.
17594         (outline-end-of-subtree): Make `outline-end-of-subtree' use the
17595         org-version of this function in Org-mode.  We use advice to
17596         implement this change, so that future changes to this function in
17597         outline.el wil be handled properly.
17598         (org-forward-same-level, org-backward-same-level): New commands.
17600 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
17602         * org.el (org-remove-empty-overlays-at)
17603         (org-clean-visibility-after-subtree-move): New functions.
17604         (org-move-subtree-down): Simplify cleanup of display.
17606 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
17608         * org-mac-message.el (org-mac-message-get-links): Improve
17609         docstring.  Make argument SELECT-OR-FLAGGED optional, default to
17610         "s".  Fix the return value.
17611         (org-mac-message-insert-flagged): Simplify.
17613         * org.el (org-refile-get-location): Tamper with refile history o
17614         that history contains compete matches instead of the entered
17615         string.
17617 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
17619         * org.el (org-store-link): Never store a link to an inline task.
17621         * org-footnote.el (org-footnote-goto-local-insertion-point):
17622         Skip inline tasks when positioning footnotes.
17624         * org.el (org-refile): Remove the END line when archiving an
17625         inline task that does have an END line.
17627         * org-archive.el (org-archive-subtree): Remove the END line when
17628         archiving an inline task that does have an END line.
17630         * org-macs.el (org-with-limited-levels): New macro.
17631         (org-get-limited-outline-regexp): New function.
17633         * org-exp.el (org-export-format-source-code-or-example): Fix bug
17634         that did not enumerate first line.
17635         (org-export-mark-radio-links): Skip matches in links.
17637 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
17639         * org.el (org-activate-plain-links): Make single-match.
17640         (org-adapt-indentation): Fix docstring.
17642         * org-macs.el (org-unmodified): Turn of modification hooks while
17643         running this macro.
17645 2009-08-06  Bastien Guerry  <bzg@gnu.org>
17647         * org.el (org-adapt-indentation): Slightly improve the docstring.
17648         (org-occur): Sends an error when the user inputs an empty string.
17649         (org-priority): Bugfix: the tag alignement should happen within
17650         save-excursion.
17652 2009-08-06  Bastien Guerry  <bzg@gnu.org>
17654         * org.el (org-make-link-regexps): Don't exclude parentheses from
17655         `org-plain-link-re'.
17656         (org-cycle-internal-local): When locally cycling, switch directly
17657         from CHILDREN to FOLDED if there is no subtree.
17658         (org-cycle): Update the docstring to document the new behavior of
17659         `org-cycle-internal-local'.
17661 2009-08-06  Nicolas Goaziou  <n.goaziou@neuf.fr>  (tiny change)
17663         * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
17664         an abbreviated format for days.
17666 2009-08-06  Bastien Guerry  <bzg@gnu.org>
17668         * org-protocol.el (org-protocol-default-template-key):
17669         New option.
17671         * org.el (org-refile): Bugfix: save-excursion before reading the
17672         refile target, otherwise cursor moves might confuse `org-refile'.
17674         * org.el (org-toggle-heading): Bugfix: correctly convert list
17675         items before the first headline.
17677         * org.el (org-provide-todo-statistics): Allow a list of TODO
17678         keywords to compute statistics against headlines containing a
17679         keyword from this list.
17680         (org-update-parent-todo-statistics): Possibly use the new allowed
17681         value of `org-provide-todo-statistics'.
17683 2009-08-06  Bastien Guerry  <bzg@gnu.org>
17685         * org-timer.el: Add autoload cookie.
17687         * org.el (org-occur-link-in-agenda-files): New function.
17689         * org-timer.el (org-timer-last-timer): New variable.
17691         * org-agenda.el (org-agenda-mode-map): New key for
17692         org-timer-set-timer called from the agenda.
17694         * org.el (org-mode-map): New key for org-timer-set-timer.
17696         * org-timer.el (org-timer-reset-timers)
17697         (org-timer-show-remaining-time, org-timer-set-timer):
17698         New functions.
17700         * org-clock.el (org-show-notification): Update the docstring.
17702         * org.el (org-provide-todo-statistics): Allow new value
17703         'all-headlines for this option, which includes entries with no
17704         TODO keywords in the todo statistics.
17705         (org-update-parent-todo-statistics): Possibly use the new
17706         'all-headline value from `org-provide-todo-statistics'.
17708 2009-08-06  Bastien Guerry  <bzg@gnu.org>
17710         * org-clock.el (org-dblock-write:clocktable): Add a new option
17711         :timestamp which allows display of timestamps in clock reports.
17713         * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
17714         list to a subtree, preserving the structure of the list.
17715         (org-set-emph-re): Make the last element optional in the regexp.
17716         This regexp now matches an emphasized string at the end of a line.
17718         * org-list.el (org-list-goto-true-beginning)
17719         (org-list-make-subtree, org-list-make-subtrees): New functions.
17721         * org.el (org-eval-in-calendar): Select the right frame.
17722         (org-save-frame-excursion): Remove this macro.
17724 2009-08-06  Bastien Guerry  <bzg@gnu.org>
17726         * org-list.el (org-list-beginning-re): Bugfix: don't use * when
17727         trying to find the beginning of a list.
17729         * org-exp.el (org-get-file-contents): Use a new argument: markup.
17730         When present, tell org-get-file-contents not to protect org-like
17731         lines.
17733         * org-id.el (org-id-uuid-program): New option to set the name of
17734         the uuidgen program.
17735         (org-id-method): Use `org-id-uuid-program'.
17736         (org-id-new): Use `org-id-uuid-program'.
17738 2009-08-06  Bastien Guerry  <bzg@gnu.org>
17740         * org-exp.el (org-export-number-lines): Allow whitespace in code
17741         references.  Allow the -r switch to remove the references in the
17742         source code even when the lines are not numbered: the labels can
17743         be explicit enough.
17745         * org.el (org-fontify-whole-heading-line): New option.
17746         (org-set-font-lock-defaults): Use the new option.
17748         * org-clock.el (org-show-notification-handler): New option.
17749         (org-show-notification): Use the new option.
17751 2009-08-06  Bastien Guerry  <bzg@gnu.org>
17753         * org.el (org-eval-in-calendar): Fix a bug about calendar
17754         navigation when `calendar-setup' value is 'calendar-only.
17756 2009-08-06  Bastien Guerry  <bzg@gnu.org>
17758         * org.el (orgstruct++-mode): Fix typo in docstring.
17759         (org-insert-link): Clean up: (or (...)) => (...)
17760         (org-insert-link): Use TAB for stored links completion.
17762 2009-08-06  Bastien Guerry  <bzg@gnu.org>
17764         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
17765         building the list of targets.
17767         * org-remember.el (org-remember-delete-empty-lines-at-end):
17768         New option.
17769         (org-remember-handler): Use the new option.
17771 2009-08-06  James TD Smith  <ahktenzero@mohorovi.cc>
17773         * org.el (org-tags-sort-function): New option for sorting tags.
17774         (org-set-tags): Use the new option to sort tags.
17776         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
17777         premature deletion of the data when using org-plot in a script.
17779 2009-08-06  Bastien Guerry  <bzg@gnu.org>
17781         * org-clock.el (org-clock-in-prepare-hook): New hook.
17782         (org-clock-in): Use this new hook.
17784 2009-08-06  Bastien Guerry  <bzg@gnu.org>
17786         * org.el (org-special-ctrl-a/e): Explicitly bind the value
17787         'reversed for this option to the "true line boundary first"
17788         behavior.
17789         (org-tags-match-list-sublevels): Document the 'indented value for
17790         this variable.
17792         * org-latex.el (org-export-latex-first-lines): Fix problem with
17793         publishing the region.
17795         * org-exp.el (org-export-format-source-code-or-example):
17796         Fix bad line numbering when exporting examples in HTML.
17798 2009-08-06  James TD Smith  <ahktenzero@mohorovi.cc>
17800         * org-colview.el (org-format-time-period): Formats a time in
17801         fractional days as days, hours, mins, seconds.
17802         (org-columns-display-here): Add special handling for SINCE and
17803         SINCE_IA to format for display.
17805         * org.el (org-time-since): Add a function to get the time since an
17806         org timestamp.
17807         (org-entry-properties): Add two new special properties: SINCE and
17808         SINCE_IA.  These give the time since any active or inactive
17809         timestamp in an entry.
17810         (org-special-properties): Add SINCE, SINCE_IA.
17811         (org-tags-sort-function): Add custom declaration for tags
17812         sorting function.
17813         (org-set-tags): Sort tags if org-tags-sort-function is set.
17815 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
17817         * org-clock.el (org-clock-goto): Find hidden headlines as well.
17819         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
17821         * org-plot.el (org-plot/add-options-to-plist): Add timeind
17822         option.
17824 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
17826         * org-publish.el (org-publish-remove-all-timestamps): New function.
17827         (org-publish-all): Remove all timestamp files if `org-publish-all'
17828         is called with a prefix argument.
17830         * org-list.el (org-indent-item): Fix typo.
17831         (org-item-indent-positions): Normalize ordered bullet.
17833 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
17835         * org-macs.el (org-set-local): Make a local variable, do not make
17836         the variable buffer-local!
17838         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
17840         * org-exp.el (org-infile-export-plist): Read BIND lines.
17841         (org-install-letbind): New function.
17842         (org-export-as-org, org-export-preprocess-string):
17843         Call `org-install-letbind'.
17845         * org-list.el (org-list-demote-modify-bullet): New option.
17846         (org-first-list-item-p): Save point.
17847         (org-fix-bullet-type): New optional argument FORCE-BULLET.
17848         (org-indent-item): Honor `org-list-demote-modify-bullet'.
17849         (org-item-indent-positions): Return bullet types along with
17850         indentation.
17852 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
17854         * org.el (org-show-entry): Hide drawers.
17856 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
17858         * org-footnote.el (org-footnote-auto-adjust): New option.
17859         (org-footnote-auto-adjust-maybe): New function.
17860         (org-footnote-new, org-footnote-delete):
17861         Call `org-footnote-auto-adjust-maybe'.
17863         * org.el (org-startup-options): Add new footnote-related
17864         keywords.
17866         * org-publish.el (org-publish-timestamp-filename): Additional
17867         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
17868         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
17869         TRUE-PUB-DIR.  Pass them through to
17870         `org-publish-timestamp-filename'.
17871         (org-publish-update-timestamp): Additional arguments PUB-DIR and
17872         PUB-FUNC, which are included in the hash.
17873         (org-publish-file): Delay timestamp test until the publishing
17874         function is known.
17876 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
17878         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
17879         setting the deadline.
17881         * org.el (org-read-date-final-answer): New variable.
17882         (org-read-date): Store the final answer string, including the date
17883         from the calendar, for reuse by agenda bulk commands.
17885         * org-publish.el (org-publish-attachment): Fix publishing of
17886         attachments.
17888         * org-latex.el (org-export-latex-quotation-marks): Fix export of
17889         quotation makrs in parenthesis.
17890         (org-remove-initial-hash): New function.
17891         (org-export-latex-preprocess): Fix bug with infinite loop if
17892         environment is not properly closed.
17894         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
17895         when indented.
17897         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
17898         highlight also when indented.
17900 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
17902         * org-footnote.el (org-footnote-renumber-fn:N): New command.
17903         (org-footnote-action): Offer renumbering.
17905         * org.el (org-cycle): Honor the `integrate' value of
17906         org-cycle-include-plain-lists'.
17908         * org-list.el (org-cycle-include-plain-lists): New allowed value
17909         `internal'.  Improve the docstring.
17911         * org.el (org-set-autofill-regexps): Improve the paragraph-start
17912         regexp to work better with LaTeX commands.
17914 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
17916         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
17917         and eps extensions.
17919 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
17921         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
17922         loaded.
17924         * org.el (org-map-entries): No longer force
17925         `org-tags-match-list-sublevels' to t during a todo-only tags
17926         search.
17928 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
17930         * org-latex.el (org-export-latex-low-levels): Allow user-defined
17931         environment.
17932         (org-export-latex-subcontent): Handle user-defined environment.
17934         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
17935         the View dispatcher.
17937         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
17938         `make-overlay'.
17940         * org-latex.el (org-export-as-pdf): Protect match data during call
17941         to shell-quote-argument.
17943         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
17944         (org-agenda-view-mode-dispatch): New function.
17946 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
17948         * org-agenda.el (org-agenda-mode): Reset list of marks.
17949         (org-agenda-mode-map): Define new keys for refile and bulk action.
17950         (org-agenda-menu): Add menu itesm for refile and bulk action.
17951         (org-agenda-refile): New function.
17952         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
17953         (org-agenda-marked-entries): New variable.
17954         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
17955         (org-agenda-remove-all-bulk-action-marks)
17956         (org-agenda-bulk-action): New functions/commands.
17958 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
17960         * org-exp.el (org-get-file-contents): Protect org-like lines in
17961         included files.
17962         (org-export-format-source-code-or-example): Remove newlines.
17964         * org-latex.el (org-export-latex-links): Check for no-description
17965         marking.
17967         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
17968         argument separator back to comma.
17969         (org-export-normalize-links): Mark links without description.
17971 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
17973         * org-exp.el (org-infile-export-plist): Fix bug in macro
17974         processing.
17976         * org-agenda.el (org-agenda-clock-out): Update line after clocking
17977         out.
17978         (org-agenda-highlight-todo): Fix bug with highlighting.
17980 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
17982         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
17983         new alignment strings.
17985         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
17986         command list.
17987         (org-table-align): Check for forced align type.
17989         * org.el (org-self-insert-command): Add yas/expand to command
17990         list.
17992         * org-clock.el (org-clock-in-hook): New hook.
17993         (org-clock-in): Run `org-clock-in-hook.
17994         (org-clock-out-hook): New hook.
17995         (org-clock-out): Run `org-clock-out-hook.
17996         (org-clock-cancel-hook): New hook.
17997         (org-clock-cancel): Run `org-clock-cancel-hook.
17998         (org-clock-goto-hook): New hook.
17999         (org-clock-goto): Run `org-clock-goto-hook.
18001 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18003         * org.el (org-store-link): Better default description for link to
18004         Org-mode headline.
18006         * org-exp.el (org-export-generic): Autoload the generic exporter
18007         function.
18008         (org-export): Implement the `g' key for the generic exporter.
18010 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18012         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
18013         and for zbacktab'.
18015         * org-exp.el (org-infile-export-plist): Get macros also from
18016         #+SETUPFILE.
18018 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18020         * org-colview.el (org-columns-capture-view): Protect vertical bars
18021         in column values.
18022         (org-columns-capture-view): Exclude comment and archived trees.
18024         * org.el (org-quote-vert): New function.
18026         * org-latex.el (org-export-latex-verbatim-wrap): New option.
18028         * org-exp.el (org-export-format-source-code-or-example):
18029         Use `org-export-latex-verbatim-wrap'.
18031         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
18032         time stamps.
18034 2009-08-06  Eric Schulte  <schulte.eric@gmail.com>
18036         * org-exp-blocks.el: New file.
18038 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18040         * org-remember.el (org-remember-templates): Allow the headline
18041         element to be a function.
18042         (org-remember-apply-template): If the headline is a function, call
18043         it to get the true function.
18045         * org-clock.el (org-clock-menu): New function.
18046         (org-clock-update-mode-line): Update help string.
18047         (org-clock-modify-effort-estimate): New function.
18048         (org-clock-mark-default-task): New function.
18050         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
18051         minutes as input.
18052         (org-org-menu): Add new clocking stuff.
18053         (org-clock-is-active): New function.
18055 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18057         * org.el (org-open-non-existing-files): Improve docstring.
18059 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18061         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries):
18062         New option.
18063         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
18065         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
18067         * org-list.el (org-get-checkbox-statistics-face): Use the new
18068         faces.
18070         * org-faces.el (org-checkbox-statistics-todo)
18071         (org-checkbox-statistics-done): New faces.
18073 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18075         * org-latex.el (org-export-latex-use-verb): New variable.
18076         (org-export-latex-emph-format): Prefer \texttt over \verb when
18077         org-export-latex-use-verb is set.
18079 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18081         * org-remember.el (org-remember-handler): Abort remember if the
18082         buffer is empty.
18084         * org-exp.el (org-export-format-source-code-or-example):
18085         Run `org-src-mode-hook'.
18087 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18089         * org.el (org-indent-line-function): Fix indentation of +#end lines.
18091 2009-08-06  Tassilo Horn  <tassilo@member.fsf.org>
18093         * org-gnus.el (org-gnus-store-link): Require message.el in
18094         org-gnus-store-link.
18096 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18098         * org-src.el: New file, split out of org.el.
18100         * org-macs.el (org-replace-match-keep-properties): New function.
18102         * org-exp.el (org-export-mark-blockquote-verse-center):
18103         Better preprocessing of center and quote and verse blocks.
18105         * org-list.el (org-list-end): Respect the stored "original"
18106         indentation when determining the end of the list.
18108         * org-exp.el (org-export-replace-src-segments-and-examples):
18109         Remember indentation correctly.
18111 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18113         * org-clock.el (org-clock-update-mode-line): Apply face
18114         org-mode-line-clock.
18116         * org-faces.el (org-mode-line-clock): New face.
18118 2009-08-06  Tassilo Horn  <tassilo@member.fsf.org>
18120         * org-gnus.el (org-gnus-store-link): Fix bug where
18121         `org-gnus-store-link' used wrong subject when called in an article
18122         buffer.  Patch provided by fengli AT gmail DOT com.
18124 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18126         * org-exp.el (org-export-format-source-code-or-example):
18127         Remember the original indentation of source code snippets and examples.
18129         * org-latex.el (org-export-as-latex): Relocate the table of
18130         contents.
18132         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
18134         * org-agenda.el (org-run-agenda-series): Scope global options also
18135         when creating the agenda buffer.
18137 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18139         * org.el (org-adapt-indentation): Improve documentation.
18140         (org-insert-property-drawer): Respect org-adapt-indentation when
18141         inserting the drawer.
18142         (org-remove-flyspell-overlays-in): New function.
18143         (org-do-emphasis-faces, org-activate-plain-links)
18144         (org-activate-code, org-fontify-meta-lines-and-blocks)
18145         (org-activate-angle-links, org-activate-footnote-links)
18146         (org-activate-bracket-links, org-activate-dates)
18147         (org-activate-target-links, org-activate-tags): Remove flyspell
18148         overlays.
18150 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18152         * org.el (org-edit-src-save): New function.
18154         * org-clock.el (org-clock-out-switch-to-state): New option.
18155         (org-clock-out): Honor `org-clock-out-switch-to-state'.
18157         * org-compat.el (org-compatible-face): Improve macro.
18159         * org.el (org-global-properties-fixed): Add default for
18160         CLOCK_MODELINE_TOTAL.
18162         * org-clock.el (org-clock-sum): Accept lists and strings as tstart
18163         and tend.
18164         (org-clock-sum-current-item): Optional argument TSTART, pass it to
18165         org-clock-sum.
18166         (org-clock-get-sum-start): New function.
18168         * org.el (org-startup-options): New keywords blockhide and
18169         blockshow.
18170         (org-mode): Add new invisibility spec.
18171         (org-set-startup-visibility): Hide block on startup if so
18172         desired.
18173         (org-hide-block-startup): New option.
18174         (org-block-regexp): New constant.
18175         (org-hide-block-overlays): New variable.
18176         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
18177         (org-show-block-all, org-hide-block-toggle-maybe)
18178         (org-hide-block-toggle): New functions.
18179         (org-edit-src-exit): Do not quote lines starting with # and no +
18180         behind it.
18181         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
18182         entry.
18184 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18186         * org.el (org-buffer-property-keys): Add Effort property for
18187         completion.
18189 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18191         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
18192         when retrieving total clocked time in the subtree.
18194         * org.el (org-quoting-blocks): New variable.
18196 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18198         * org-table.el (org-table-store-formulas)
18199         (org-table-get-stored-formulas, org-table-fix-formulas)
18200         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
18201         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
18203         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c):
18204         Allow indented #+TBLFM line.
18206         * org-footnote.el (org-footnote-goto-local-insertion-point):
18207         Allow indented #+TBLFM line.
18209         * org-colview.el (org-dblock-write:columnview): Allow indented
18210         #+TBLFM line.
18212         * org-clock.el (org-dblock-write:clocktable): Allow indented
18213         #+TBLFM line.
18215 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18217         * org-exp.el (org-export-format-source-code-or-example):
18218         Make editing indented blocks work correctly.
18220         * org.el (org-edit-src-nindent): New variable.
18221         (org-edit-src-code, org-edit-fixed-width-region)
18222         (org-edit-src-find-region-and-lang, org-edit-src-exit):
18223         Make editing indented blocks work correctly.
18225 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18227         * org-exp.el (org-export-replace-src-segments-and-examples):
18228         Find indented blocks.
18229         (org-export-format-source-code-or-example): Fix indentation of
18230         blocks.
18231         (org-export-remove-indentation): New function.
18232         (org-export-select-backend-specific-text): Allow backend-specific
18233         code to be indented.
18234         (org-export-mark-blockquote-verse-center): Allow markers to be
18235         indented.
18237         * org.el (org-fontify-meta-lines): New function.
18238         (org-set-font-lock-defaults): Call the new fontification
18239         function.
18241         * org-faces.el (org-meta-line): New face.
18242         (org-block): New face.
18244 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18246         * org.el (org-treat-insert-todo-heading-as-state-change)
18247         (org-treat-S-cursor-todo-selection-as-state-change):
18248         New variables.
18249         (org-insert-todo-heading):
18250         Honor `org-treat-insert-todo-heading-as-state-change'.
18251         (org-shiftright, org-shiftleft):
18252         Honor `org-treat-S-cursor-todo-selection-as-state-change'.
18253         (org-inhibit-logging): New variable.
18255 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18257         * org-agenda.el (org-remove-subtree-entries-from-agenda):
18258         Reduce range for marker position checking.
18260         * org-latex.el (org-export-latex-first-lines): Fix bug when
18261         exporting a region.
18263 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18265         * org-exp.el (org-export-push-to-kill-ring): Protect using
18266         x-set-selection, because that does not always work.
18268         * org-agenda.el (org-agenda-list): Apply the new face
18269         `org-agenda-date-today'.
18271         * org-faces.el (org-agenda-date-today): New face.
18273 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18275         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
18276         creating appointments.
18278         * org-latex.el (org-export-latex-low-levels): Fix customization
18279         type.
18281         * org.el (org-priority, org-shiftup, org-shiftdown):
18282         Disable priority commands.
18284         * org-agenda.el (org-agenda-priority): Disable priority commands.
18286         * org.el (org-enable-priority-commands): New option.
18288         * org-colview.el (org-columns-compute)
18289         (org-columns-number-to-string): Fix problems with empty fields.
18291         * org-exp.el (org-export-push-to-kill-ring): New function.
18292         (org-export-copy-to-kill-ring): New option.
18294         * org-latex.el (org-export-as-latex):
18295         Call `org-export-push-to-kill-ring'.
18297         * org-exp.el (org-export-show-temporary-export-buffer):
18298         New option.
18300         * org-latex.el (org-export-as-latex):
18301         Use `org-export-show-temporary-export-buffer'.
18303         * org-exp.el (org-export-show-temporary-export-buffer):
18304         New option.
18305         (org-export-push-to-kill-ring): New function.
18307         * org-colview.el (org-columns-compile-map): New variable.
18308         (org-columns-new, org-columns-compute)
18309         (org-columns-number-to-string, org-columns-uncompile-format)
18310         (org-columns-compile-format): Implement new operators.
18312 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18314         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
18316         * org-list.el (org-update-checkbox-count): Make property
18317         dependent.
18319         * org.el (org-hierarchical-todo-statistics): New option.
18320         (org-update-parent-todo-statistics): Modify to handle recursive
18321         statistics.
18323 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18325         * org-publish.el (org-publish): Make this function behave
18326         correctly in interactive use when called with a prefix argument.
18328         * org.el (org-todo-statistics-hook): New hook.
18329         (org-update-parent-todo-statistics): Use new hook.
18330         (org-log-into-drawer): New function.
18331         (org-add-log-setup): Use the new `org-log-into-drawer' function to
18332         determine if we should be logging into a drawer.
18333         (org-log-into-drawer): Update docstring.
18334         (org-default-properties): Add LOG_INTO_DRAWER as a property.
18336         * org-list.el (org-checkbox-statistics-hook): New hook.
18337         (org-update-checkbox-count-maybe): Use new hook.
18339 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18341         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
18342         better buffer-generating mechanism.
18343         (org-edit-src-find-buffer): New function.
18345         * org-icalendar.el (org-print-icalendar-entries): Don't check for
18346         archive tag, this is already done by `org-agenda-skip'.
18347         data while constructing lost of tags.
18349 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18351         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
18352         as argument separator in macros.
18354 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18356         * org.el (org-after-sorting-entries-or-items-hook): New hook.
18357         (org-sort-entries-or-items): Run the new hook.
18358         (org-after-refile-insert-hook): New hook.
18359         (org-refile): Run `org-after-refile-insert-hook'.
18361         * org-agenda.el (org-agenda-get-progress): Never take time of day
18362         from headline when displaying progress.
18364         * org-latex.el (org-export-latex-complex-heading-re): New variable.
18365         (org-export-as-latex): Force the correct regexp in the
18366         preprocessor buffer.
18367         (org-export-latex-set-initial-vars):
18368         Set `org-export-latex-complex-heading-re'.
18370         * org-agenda.el (org-agenda-start-with-log-mode): New option.
18371         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
18373 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18375         * org-latex.el (org-export-latex-tables-centered): New option.
18376         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
18378         * org-exp.el (org-export-as-org): New command.
18379         (org-export-as-org): New command.
18381         * org-publish.el (org-publish-org-to-org): New function.
18383 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18385         * org.el (org-yank): Just call `org-yank-generic'.
18386         (org-yank-generic): New function, containing the formaer
18387         functionality of `org-yank'.
18389         * org-latex.el (org-export-latex-not-done-keywords)
18390         (org-export-latex-done-keywords): New variables.
18391         (org-export-latex-todo-keyword-markup): New option.
18392         (org-export-latex-set-initial-vars): Remember the TODO keywords.
18393         (org-export-latex-keywords-maybe): Apply the TODO markup.
18395 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18397         * org-exp.el (org-infile-export-plist): Add more default macros.
18398         (org-export-preprocess-apply-macros): Process macro arguments.
18400 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18402         * org-icalendar.el (org-icalendar-include-todo): New allowed value
18403         `unblocked'.
18404         (org-print-icalendar-entries): Respect the new value of
18405         `org-icalendar-include-todo'.
18407         * org.el (org-link-try-special-completion)
18408         (org-file-complete-link): New functions.
18409         (org-insert-link): Add special completion support for some link
18410         types.
18412         * org-bbdb.el (org-bbdb-complete-link): New function.
18414 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18416         * org-list.el (org-update-checkbox-count): Allow recursive
18417         statistics.
18418         (org-hierarchical-checkbox-statistics): New option.
18420         * org.el (org-cycle): Remove erraneous space character.
18422         * org-icalendar.el (org-icalendar-timezone): Initialize from
18423         environment.
18425 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18427         * org.el (org-autoload): Fix autoloading of ascii export
18428         functions.
18429         (org-modules): Add org-special-blocks.
18431 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18433         * org-icalendar.el (org-start-icalendar-file): Use the new option.
18434         (org-ical-timezone): New option.
18436         * org-exp.el (org-export-get-coderef-format): Use the description
18437         is present.
18439         * org.el (org-sort-entries-or-items): Improve docstring, and make
18440         better implementation for time sorting.
18442 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18444         * org.el (org-edit-src-persistent-message): New option.
18445         (org-edit-src-code, org-edit-fixed-width-region): Use the new
18446         option.
18448         * org-clock.el (org-clock-insert-selection-line): Fix prefious
18449         patch.
18451         * org.el (org-edit-src-code, org-edit-fixed-width-region):
18452         Use separate buffer instead of indirect buffer to edit source code.
18453         (org-edit-src-exit): Make this function work with the new setup.
18455         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
18456         are properly fontified before shown in the selection menu.
18458         * org.el (org-fontify-like-in-org-mode): New function.
18460         * org-latex.el (org-export-latex-links): Use the property list to
18461         retrieve the default image attributes.
18463         * org-exp.el (org-export-plist-vars): Add a new option.
18465 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18467         * org-exp.el (org-export, org-export-visible): Support ASCII
18468         export to buffer.
18469         (org-export-normalize-links): Do not protect the description if it
18470         is explicitly given.
18472         * org-list.el (org-reset-checkbox-state-subtree): Move here from
18473         org-checklist.el.
18474         (org-reset-checkbox-state-subtree):
18475         Call `org-reset-checkbox-state-subtree'.
18477         * org-remember.el (org-select-remember-template): For the
18478         selection of a valid template.
18480         * org-latex.el (org-export-region-as-latex): Supply the
18481         force-no-subtree argument.
18482         (org-export-as-latex): Provide better limits when exporting the
18483         first line.  When exporting to string, we still want the first
18484         lines.
18485         (org-export-latex-first-lines): New argument END, to force the end
18486         of the region.
18487         (org-export-region-as-latex): Use the property list.
18488         (org-export-as-latex): ????
18490 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18492         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
18493         (org-export-latex-preprocess): Run the new hook.
18495         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
18496         (org-export-preprocess-string): Run the new hook.
18498 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18500         * org-macs.el (org-check-external-command): New defsubst.
18502         * org.el (org-mode-map): New key for reload.
18503         (org-format-latex): Better error message when external programs
18504         are not available.
18506         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
18508         * org.el (org-sort-entries-or-items): Explicit sorting function
18509         for priorities, needed for XEmacs compatibility.
18511         * org-remember.el (org-remember-apply-template): Improve auto-save
18512         behavior.
18514 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18516         * org-latex.el (org-export-latex-preprocess): Also protect
18517         environments ending in a star.
18519         * org-list.el (org-at-item-p): Fix regular expression.
18521 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18523         * org.el (org-end-of-subtree): Improve speed.
18525         * org-agenda.el (org-agenda-get-timestamps)
18526         (org-agenda-get-progress, org-agenda-get-deadlines)
18527         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
18528         in particular, wait as long as possible to collect the tags.
18529         (org-stuck-projects): Improve docstring.
18531         * org.el (org-store-link): No errors when getting custom id before
18532         first headline.
18533         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
18535 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18537         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
18539         * org-protocol.el: Remove dependency on url.el.
18540         (org-protocol-unhex-compound, org-protocol-open-source):
18541         Remove dependency on url.el.
18543         * org-latex.el (org-export-as-pdf):
18544         Use `org-latex-to-pdf-process'.
18546 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18548         * org-latex.el (org-latex-to-pdf-process): New option.
18550         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
18551         New option.
18552         (org-agenda-get-timestamps):
18553         Honor `org-agenda-skip-additional-timestamps-same-entry'.
18555         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
18556         (org-clock-goto): Find recent task only if
18557         `org-clock-goto-may-find-recent-task' allows it.
18559         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
18560         drawers, and drawers that are missing the :END: line.
18562 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18564         * org-clock.el (org-clock-goto): Go to recently clocked task if no
18565         clock is running.
18567 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18569         * org.el (org-update-parent-todo-statistics): Check for
18570         STATISTICS_FROM property.
18572         * org-list.el (org-update-checkbox-count): Check for
18573         STATISTICS_FROM property.
18575         * org.el (org-tab-first-hook)
18576         (org-tab-after-check-for-table-hook)
18577         (org-tab-after-check-for-cycling-hook): New hooks.
18578         (org-cycle-internal-global, org-cycle-internal-local):
18579         New functions, split out from `org-cycle'.
18580         (org-cycle): Call the new hooks.
18582 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18584         * org-exp.el (org-export-preprocess-string): Reset the list of
18585         preferred targets for each run of the preprocessor.
18587         * org.el (org-refile-target-verify-function):
18588         Improve documentation.
18589         (org-get-refile-targets): Respect point being moved by the
18590         verification function.
18592         * org-latex.el (org-export-latex-timestamp-keyword-markup):
18593         New option.
18594         (org-export-latex-keywords): Use new option.
18596         * org.el (org-rear-nonsticky-at): New defsubst.
18597         (org-activate-plain-links, org-activate-angle-links)
18598         (org-activate-footnote-links, org-activate-bracket-links)
18599         (org-activate-dates, org-activate-target-links)
18600         (org-activate-tags): Place the rear-nonsticky properties at the
18601         correct location.
18603 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18605         * org-protocol.el (server-edit): Declare `server-edit'.
18606         (org-protocol-unhex-string, org-protocol-unhex-compound):
18607         New functions.
18608         (org-protocol-check-filename-for-protocol): Call `server-edit'.
18610         * org.el (org-default-properties): New default properteis for
18611         completion.
18613         * org-exp.el (org-export-add-subtree-options): Add new properties
18614         for subtree export.
18616 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18618         * org-id.el (org-id-get-with-outline-path-completion): Turn off
18619         org-refile-target-verify-function for the duration of the command.
18621         * org.el (org-link-to-org-use-id): New possible value
18622         `create-if-interactive-and-no-custom-id'.
18623         (org-store-link): Use custom IDs.
18624         (org-link-search): Find custom ID properties from #link.
18625         (org-default-properties): Add CUSTOM_ID for property completion.
18626         (org-refile-target-verify-function): New option.
18627         (org-goto): Turn off org-refile-target-verify-function
18628         for the duration of the command.
18630 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18632         * org-exp.el (org-export-preferred-target-alist): New variable.
18633         (org-export-define-heading-targets): Find the new CUSTOM_ID
18634         property.
18635         (org-export-target-internal-links): Target the custom ids when
18636         possible.
18638         * org-latex.el (org-export-latex-preprocess): Better regexp for
18639         matching latex macros with arguments.
18641 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18643         * org-remember.el (org-remember-handler): Allow filing to non-org
18644         files.
18646 2009-08-06  Magnus Henoch  <magnus.henoch@gmail.com>
18648         * org-table.el (org-table-fix-formulas): Do not change references
18649         to remote tables.
18650         (org-table-get-remote-range): Convert standard coordinates to RC
18651         format.
18653         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
18655 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18657         * org-compat.el (org-sha1-string): Function removed.
18659         * org.el (org-refile-allow-creating-parent-nodes): New option.
18660         (org-refile-get-location): New argument NEW-NODES.
18661         (org-refile): Call `org-refile-get-location' with the new
18662         argument.
18663         (org-refile-get-location): Arrange for adding a new child.
18664         (org-refile-new-child): New function.
18666         * org-clock.el: Fix a number of docstrings.
18667         (org-clock-find-position): New argument
18668         FIND-UNCLOSED to make the function find an unclosed clock in the
18669         entry.
18670         (org-clock-in): Call `org-clock-find-position' with the new
18671         argument if we might be resuming a clock.
18673 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18675         * org-latex.el (org-export-latex-display-custom-times): New variable.
18676         (org-export-latex-timestamp-markup): New option.
18677         (org-export-latex-set-initial-vars): Remember the local value of
18678         `org-display-custom-times'.
18679         (org-export-latex-content): Process time stamps.
18680         (org-export-latex-time-stamps): New function.
18682         * org-macs.el (org-maybe-intangible): Add intangible property
18683         again to invisible text.
18685 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18687         * org-exp.el (org-default-export-plist): Handle undefined
18688         variables.
18690 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18692         * org.el (org-sort-entries-or-items): Match TODO keywords
18693         case-sensitively, when sorting.
18694         (org-priority): Do not match TODO keywords with wrong case.
18696 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18698         * org.el (org-todo): Honor the NOBLOCKING property.
18700         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
18701         NOBLOCKING property.
18703         * org.el (org-scan-tags): Fix bug in tag scanner.
18705 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18707         * org.el (org-modules): Mark obsolete packages.
18709         * org-html.el: New file, split out from org-exp.el.
18711         * org-icalendar.el: New file, split out from org-exp.el.
18713         * org-xoxo.el: New file, split out from org-exp.el.
18715         * org-ascii.el: New file, split out from org-exp.el.
18717 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18719         * org-compat.el (org-find-library-name): New function.
18721         * org.el (org-pre-cycle-hook): New hook.
18722         (org-cycle): Call the new hook in appropriate places.
18723         (org-reload): Only reload files that have been loaded before.
18725 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18727         * org.el (org-set-font-lock-defaults): Enforxe space or line end
18728         after todo keyword.
18729         (org-todo): When changing TODO state, do matching
18730         case-sensitively.
18731         (org-map-continue-from): New variable.
18732         (org-scan-tags): Respect values in `org-map-continue-from'.
18733         (org-reload): Make XEmacs compatible.
18735 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18737         * org-protocol.el (org-protocol-flatten-greedy): New function.
18738         (org-protocol-flatten): New function.
18740         * org.el (org-open-link-from-string): Pass reference buffer to
18741         `org-open-at-point'.
18742         (org-open-at-point): New optional argument `reference-buffer'.
18744 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18746         * org.el (org-scan-tags): Make tag scan find headline in first
18747         line, 2nd attempt.
18748         (org-get-refile-targets): Add the naked file name.
18749         (org-refile): Store as top-level entry when only file name was
18750         given.
18752         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
18754         * org.el (org-block-todo-from-children-or-siblings-or-parent):
18755         Rename from org-block-todo-from-children-or-siblings, and
18756         enhanced to look for the parent's status as well.
18758         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
18759         (org-agenda-get-progress): Add first notes line to log entry if so
18760         desired.
18762 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18764         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
18765         (org-agenda-cleanup-fancy-diary): Call the new hook.
18767         * org-remember.el (org-remember-apply-template): Take the default
18768         for the annotation from the :annotation property.
18770         * org-mac-message.el (org-mac-message-get-link): Remove the
18771         quotes.
18772         (org-mac-message-get-link): Return the result.
18774 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18776         * org.el (org-refile-get-location): Add file name only if not
18777         already included in outline path.
18779         * org-faces.el (org-n-level-faces): Fix customization type from
18780         number to integer.
18782         * org-exp.el (org-export-headline-levels): Fix customization type
18783         from number to integer.
18785         * org-agenda.el (org-agenda-confirm-kill)
18786         (org-agenda-custom-commands-local-options)
18787         (org-timeline-show-empty-dates, org-agenda-ndays)
18788         (org-agenda-start-on-weekday, org-scheduled-past-days):
18789         Fix customization type from number to integer.
18791 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18793         * org-protocol.el: Declare some functions.
18795         * org-agenda.el (org-agenda-compare-effort):
18796         Honor `org-sort-agenda-noeffort-is-high'.
18797         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
18798         (org-agenda-compare-effort): Implement the "?" operator for
18799         finding entries without effort setting.
18801         * org.el (org-extract-attributes-from-string): New function.
18803         * org-exp.el (org-export-splice-attributes): New function.
18805 2009-08-06  Bastien Guerry  <bzg@gnu.org>
18806         Daniel M German  <dmg@uvic.org>
18807         Sebastian Rose  <sebastian_rose@gmx.de>
18808         Ross Patterson  <me@rpatterson.net>
18810         * org-protocol.el: New file.
18812 2009-08-06  Baoqiu Cui  <cbaoqiu@yahoo.com>
18814         * org-docbook.el: New file.
18816 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18818         * org-mouse.el: XEmacs compatibility fixes.
18820         * org.el (org-modules): Add org-inlinetasks.el.
18821         (org-cycle): Implement limiting level on cycling.
18822         (org-move-subtree-down): Fix bug with swapping subtrees at end of
18823         buffer.
18825         * org-inlinetask.el: New file.
18827         * org.el (org-emphasis-regexp-components): Allow braces in
18828         emphasis pre and post match.
18830         * org-footnote.el (org-footnote-normalize): When only sorting, do
18831         not insert inline notes at the end.
18833         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
18835 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18837         * org.el (org-reftex-citation): New command.
18839 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18841         * org-agenda.el (org-agenda-cmp-user-defined): New option.
18842         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
18843         sorting options.
18844         (org-entries-lessp): Apply the new sorting option.
18846         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
18847         blocker code, when an older sibling has children.
18849         * org-mac-message.el (org-mac-message-get-link): Improve getting
18850         links from multiple selected messages.
18852 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18854         * org-remember.el (org-remember-finalize): Do not set buffer file
18855         name to nil.
18856         (org-remember-handler): Mark buffer as unmodified.
18857         (org-remember-handler): Delete backup file and show message about
18858         remaining backup files.
18859         (org-remember-auto-remove-backup-files): New option.
18861         * org.el (org-store-link): Use buffer name as link description in
18862         w3-mode buffers.
18863         (org-ido-switchb): Fix argument bug for completion.
18865         * org-remember.el (org-remember-apply-template): Set local
18866         variable `auto-save-visited-file-name' instead of global one.
18868 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18870         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
18871         (org-agenda-get-todos): Mark file tags as inherited.
18872         (org-agenda-list): Always search diary lines for a time.
18874 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18876         * org-feed.el: New file.
18878         * org-exp.el (org-export-as-html): Close local lists depending on
18879         indentation, also when starting a table.
18881         * org-remember.el (org-remember-backup-directory)
18882         (org-remember-backup-name): New internal variable.
18884 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18886         * org-clock.el (org-clock-out-if-current): Make buffer detection
18887         work in indirect buffers as well.
18889         * org.el (org-emphasis-regexp-components): Add the exxclamation
18890         mark to the post-emphasis characters.
18892 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18894         * org.el (org-read-date-minibiffer-septup-hook): New hook.
18895         (org-read-date): Run the new hook.
18897         * org-mac-message.el (org-mac-flagged-mail): New group.
18898         (org-mac-mail-account): New variable.
18899         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail):
18900         New commands.
18902         * org-remember.el (org-remember-backup-directory): New variable.
18903         (org-remember-apply-template): Write file to backup directory.
18905 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18907         * org-mouse.el (org-mouse-todo-menu): New function.
18908         (org-mouse-todo-keywords): Function removed.
18909         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
18911         * org-table.el (org-table-beginning-of-field)
18912         (org-table-end-of-field): New commands.
18913         (org-table-previous-field, org-table-beginning-of-field):
18914         Better error messages.
18915         (orgtbl-setup): Include `M-a' and `M-e'.
18917         * org.el (org-backward-sentence, org-forward-sentence):
18918         New commands.
18920         * org-colview.el (org-colview-initial-truncate-line-value):
18921         New variable.
18922         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
18923         (org-columns): Remember the value of `truncate-lines'.
18925         * org.el (org-columns-skip-arrchived-trees): New option.
18927         * org-agenda.el (org-agenda-export-html-style): Define color for
18928         org-agenda-done face.
18929         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
18930         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
18932         * org.el (org-scan-tags): Use the new face.
18934         * org-faces.el (org-agenda-done): New face.
18936         * org.el (org-scan-tags): Test the value org
18937         `org-tags-match-list-sublevels'.
18938         (org-tags-match-list-sublevels): New allowed value: indented.
18940         * org-latex.el (org-export-latex-make-header): Apply macros
18941         in header.
18943         * org-exp.el (org-export-apply-macros-in-string): New function.
18945         * org-latex.el (org-export-latex-list-parameters): Fix bug
18946         with the definition of a checked box.
18948         * org-clock.el (org-clock-find-position): Fix drawer indentations.
18950         * org-latex.el (org-export-latex-low-levels): More options
18951         for how to process lower levels in LaTeX.
18952         (org-export-latex-subcontent): Better treatment for lists as a
18953         means of publishing lower levels.
18955 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18957         * org.el (org-set-font-lock-defaults): Use new checkbox face.
18959         * org-faces.el (org-checkbox): New face.
18961         * org-exp.el (org-export-html-preprocess): Only create LaTeX
18962         fragement images if there is an export file.
18964 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18966         * org-agenda.el (org-stuck-projects): Document that the subtree of
18967         projects that are not stuck will now be searched for stuck
18968         sub-projects.
18969         (org-agenda-skip-entry-when-regexp-matches)
18970         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
18971         (org-agenda-list-stuck-projects):
18972         Use `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
18974         * org-latex.el (org-export-latex-preprocess):
18975         Improve export of verses.
18977         * org-exp.el (org-export-as-html): Implement centering as a div
18978         rather than a paragraph.  Do a better job with line-end in verse
18979         environments.
18981 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18983         * org.el (org-open-at-point): Fix tags searches by mouse click.
18985 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18987         * org-latex.el (org-export-latex-preprocess): Implement the
18988         centering markup.
18990         * org-exp.el (org-export-mark-blockquote-verse-center):
18991         Rename from `org-export-mark-blockquote-and-verse'.
18992         (org-export-as-html): Implement the centering markup.
18994         * org-latex.el (org-export-latex-tables): Fix vertical
18995         lines in tables.
18997 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
18999         * org.el (org-read-date-history): New variable.
19000         (org-read-date): Use new history variable.
19001         (org-toggle-heading): Fix bug when used before first headline.
19002         (org-store-log-note): Remove drawer if empty while note is
19003         aborted.
19004         (org-remove-empty-drawer-at): New function.
19005         (org-check-after-date): New command.
19006         (org-sparse-tree): New sparse tree command "a".
19008         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
19010 2009-08-06  Bastien Guerry  <bzg@gnu.org>
19012         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
19013         column and a space, not only a column.
19015 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
19017         * org-latex.el (org-export-latex-emphasis-alist):
19018         Better defaults for verbose emphasis.
19019         (org-export-latex-emph-format): New function.
19020         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
19022         * org-agenda.el (org-agenda-menu): Add new commands to menu.
19023         (org-agenda-do-date-later, org-agenda-do-date-earlier)
19024         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
19025         (org-agenda-date-later-hours, org-agenda-date-earlier-hours):
19026         New commands.
19028         * org.el (org-timestamp-change): Move end-time along with start
19029         time.
19031 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
19033         * org-exp.el (org-export-target-internal-links)
19034         (org-export-as-html): Protect links specified as #name.
19036 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
19038         * org.el (org-clone-subtree-with-time-shift): New command.
19040         * org-latex.el (org-export-latex-special-chars)
19041         (org-export-latex-treat-sub-super-char): Fix subscript export.
19043         * org-exp.el (org-create-multibrace-regexp): Do not add
19044         backslashes to the class.
19046 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
19048         * org-colview.el (org-columns-map): Better functions for moving up
19049         and down a row, even if `truncate-line' is nil.
19051         * org.el (org-insert-todo-heading): Make sure the keyword is
19052         inserted at the correct position.
19054         * org-publish.el (org-publish-project-alist)
19055         (org-publish-projects, org-publish-org-index): Change default anme
19056         for the index of file names to "sitemap.org".
19058         * org-latex.el (org-export-latex-tables):
19059         Use `org-split-string', for Emacs 21 compatibility.
19061 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
19063         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
19065 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
19067         * org-exp.el (org-export-page-description)
19068         (org-export-page-keywords): New variables.
19069         (org-export-plist-vars): Add entries for :keywords and
19070         :description.
19071         (org-infile-export-plist): Parse for new keywords.
19072         (org-get-current-options): Add new keywords.
19073         (org-export-as-html): Publish description and keywords.
19075         * org-agenda.el (org-agenda-add-entry-text-descriptive-links):
19076         New option.
19077         (org-agenda-add-entry-text):
19078         Honor `org-agenda-add-entry-text-descriptive-links'.
19080         * org-latex.el (org-export-latex-preprocess): Make all
19081         external preprocess functions use a PARAMETER arg.
19083         * org-exp.el (org-export-preprocess-string)
19084         (org-export-select-backend-specific-text)
19085         (org-export-format-source-code-or-example)
19086         (org-format-org-table-html): Support docbook export.
19087         (org-export-preprocess-string): Make all external preprocess
19088         functions use a PARAMETER arg.
19090 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
19092         * org-exp.el (org-export-html-style-include-scripts): New option.
19093         (org-export-plist-vars): Add new option
19094         `org-export-html-style-include-scripts'.
19095         (org-export-as-html): Honor new option
19096         `org-export-html-style-include-scripts'.
19097         (org-export-html-scripts, org-export-html-style-default):
19098         Fix xml issues with the Safari browser.
19100 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
19102         * org-publish.el (org-publish-attachment): Only copy file when the
19103         directories differ.
19105 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
19107         * org-clock.el (org-clocktable-steps): Use inactive time stamps
19108         for clocktable steps.
19110         * org.el (org-additional-option-like-keywords): Add two more
19111         keywords.
19113 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
19115         * org-exp.el (org-export-format-source-code-or-example):
19116         Mark temporary buffer unmodified, so that it will be killed even if
19117         mode like message mode has decided to assign a file name.
19119         * org.el (org-scan-tags): Improve tag inheritance.
19120         (org-scan-tags, org-make-tags-matcher): Make tag comparison
19121         case-sensitive.
19122         (org-scan-tags): Use the internal tags list instead of creating it
19123         from scratch.
19124         (org-trust-scanner-tags, org-scanner-tags): New variables.
19125         (org-scan-tags): Set `org-scanner-tags'.
19126         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
19127         (org-map-entries): Document the possible speedup using scanner
19128         tags.
19130 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
19132         * org.el (org-add-planning-info): Fix bug with looking for keyword
19133         only at column 0.
19135         * org-agenda.el (org-agenda-custom-commands-local-options):
19136         Add option for tags filter preset.
19137         (org-prepare-agenda): Store filter preset as a property on the
19138         filter variable.
19139         (org-finalize-agenda): Call the filter, if there is a preset.
19140         (org-agenda-filter-by-tag): Filter again after clearing the
19141         filter, when there still is a preset.
19142         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
19143         Include the preset filter.
19144         (org-agenda-redo): Apply the filter again, also the preset filter.
19146         * org-exp.el (org-export-as-html): Use IDs in the correct way.
19148         * org.el (org-uuidgen-p): New function.
19150         * org-agenda.el (org-agenda-fontify-priorities): New default value
19151         `cookies'.
19152         (org-agenda-fontify-priorities): Rename from
19153         org-fontify-priorities.
19155         * org.el (org-set-font-lock-defaults):
19156         Call `org-font-lock-add-priority-faces'.
19157         (org-font-lock-add-priority-faces): New function.
19159         * org-faces.el (org-set-tag-faces): New option.
19160         (org-priority-faces): New variable.
19162         * org-exp.el (org-export-as-html): Add a "content" div around the
19163         entire content of the body tag.
19164         (org-export-html-get-bibliography): New function.
19165         (org-export-html-validation-link): New variable.
19166         (org-export-as-html): Add validation link to exported page.
19168         * org.el (org-match-sparse-tree): Rename from
19169         `org-tags-sparse-tree'.
19170         (org-tags-sparse-tree): New alias.
19172 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
19174         * org.el (org-get-valid-level): Catch the case where the level
19175         change is nil.
19177         * org-clock.el (org-clock-find-position): Better indentation of
19178         new clock drawers.
19180 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
19182         * org-agenda.el (org-agenda-quit): Delete window only when the
19183         frame-setup was not `current-window'.
19185         * org.el (org-tag-persistent-alist): New option.
19186         (org-startup-options): Add keyword `noptag'.
19187         (org-fast-todo-selection): Handle :newline correctly.
19188         (org-set-tags): Handle :newline correctly.
19189         (org-fast-tag-selection): Handle :newline correctly.
19191 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
19193         * org-exp.el (org-export-as-ascii): Reverse link buffer before
19194         outputting it.
19195         (org-export-ascii-push-links): Fix bug with pussing links into the
19196         export buffer.
19198 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
19200         * org-archive.el (org-archive-subtree): Do not add 1 to level if
19201         pasting at top level.
19203         * org-bbdb.el: Improve documentation.
19205 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
19207         * org-list.el (org-insert-item): Only consider insert empty lines
19208         is `org-empty-line-terminates-plain-lists' is not nil.
19210         * org.el (org-blank-before-new-entry): Mention the dependence on
19211         `org-empty-line-terminates-plain-lists' in the docstring.
19213         * org-publish.el (org-publish-get-project-from-filename):
19214         New optional argument UP.  Only find the top project if UP is set.
19215         (org-publish-current-project): Find the top encloding project.
19217         * org-agenda.el (org-agenda-before-write-hook)
19218         (org-agenda-add-entry-text-maxlines): New options.
19219         (org-write-agenda): Run the new hook in the temporary buffer.
19220         (org-agenda-add-entry-text): New function.
19221         (org-write-agenda): Implement PDF export, using ps2pdf.
19223         * org.el (org-global-properties-fixed, org-global-properties):
19224         Improve documentation string.
19226         * org-exp.el (org-export-ascii-links-to-notes): New option.
19227         (org-export-as-ascii): Handle links better.
19228         (org-export-ascii-wrap, org-export-ascii-push-links):
19229         New functions.
19231 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
19233         * org-agenda.el (org-agenda): Make prefix arg optional.
19234         (org-agenda-search-headline-for-time): New option.
19235         (org-format-agenda-item):
19236         Honor `org-agenda-search-headline-for-time'.
19238         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
19239         characters.
19241         * org.el (org-self-insert-cluster-for-undo): New option.
19242         (org-self-insert-command): Cluster undo for 20 characters.
19243         (org-self-insert-command-undo-counter): New variable.
19245 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
19247         * org-exp.el (org-export-as-html): Fix problem with closing colone
19248         example.
19250 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
19252         * org-latex.el (org-export-as-latex)
19253         (org-export-latex-first-lines): Avoid modification flag when
19254         adding or removing text properties.
19255         (org-export-latex-fontify): Catch error when org-emph-alist has
19256         entries that are not defined for LaTeX export.
19258         * org-export-latex.el: Rename to org-latex.el.
19260         * org-latex.el: Rename from org-export-latex.el.
19262         * org.el (orgstruct++-mode): New function.
19263         (turn-on-orgstruct++): Call `orgstruct++-mode'.
19264         (org-context-p): Allow detecting item context after the first line
19265         of an item.
19266         (orgstruct-make-binding): Detect if item-body context should be
19267         seen.
19268         (orgstruct-is-++): New variable.
19269         (org-add-planning-info): Catch the case when there is no planning
19270         info yet and the call does not want to add anything, only maybe
19271         tries to remove something.
19272         (org-special-ctrl-a/e): All value to be a cons cell with separate
19273         settings for `C-a' and `C-e'.
19274         (org-beginning-of-line, org-end-of-line): Honor separate values
19275         for `C-a' and `C-e'.
19277 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
19279         * org.el (org-reload): New command.
19281 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
19283         * org-gnus.el (org-gnus-store-link): Fix bug where
19284         org-gnus-store-link used wrong subject when called in an article
19285         buffer.  Patch provided by fengli AT gmail DOT com.
19287 2009-03-13  D. Goel  <deego3@gmail.com>
19289         * org-bbdb.el: When calling (multiple-value-bind/setq .. ls)
19290         replace ls by (values-list ls).
19292 2009-02-20  Carsten Dominik  <dominik@science.uva.nl>
19294         * org-remember.el (org-remember-apply-template): Turn off ido for
19295         this completion.
19297         * org.el (org-priority): Also find invisible headings, for remote
19298         editing.
19299         (org-completing-read-no-ido): New function.
19300         (org-make-tags-matcher, org-set-property): Turn off ido for this completion.
19302         * org-colview.el (org-columns-edit-value): No special treatment of
19303         prefix arg.
19305 2009-02-19  Carsten Dominik  <dominik@science.uva.nl>
19307         * org.el (org-block-todo-from-children-or-siblings):
19308         Use `org-up-heading-all' so that this will work correctly with hidden
19309         property drawers and entries.
19310         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
19311         falling back to normal, default command.
19312         (org-get-location): Temporarily turn off special behavior.
19314 2009-02-13  Glenn Morris  <rgm@gnu.org>
19316         * org-rmail.el (rmail-show-message): Restore argument list to the
19317         declaration now that this functions behaves in Emacs 23 as in 22.
19319 2009-02-12  Glenn Morris  <rgm@gnu.org>
19321         * org-footnote.el (org-footnote-at-definition-p): Fix doc typo.
19323 2009-02-12  Joachim Reiter  <Reiter.Joachim@web.de>  (tiny change)
19325         * org-footnote.el (org-footnote-action): Fix doc typo.
19327 2009-02-06  Carsten Dominik  <dominik@science.uva.nl>
19329         * org-exp.el (org-export-preprocess-string): Fix bug with skipping
19330         text before first headline.
19331         (org-export-remove-or-extract-drawers): Fix regular expression for
19332         extracting drawers.
19334         * org.el (org-format-latex): Stop LaTeX fragment processing in
19335         protected examples.
19337 2009-02-05  Glenn Morris  <rgm@gnu.org>
19339         * org-rmail.el (rmail-show-message): Update declaration.
19340         (rmail-buffer, rmail-view-buffer): Declare.
19341         (org-rmail-store-link, org-rmail-follow-link): Handle mbox Rmail.
19343 2009-02-04  Carsten Dominik  <dominik@science.uva.nl>
19345         * org.el (org-return-follows-link): Revert setting
19346         `org-return-follows-link' to t by default.
19348 2009-02-02  Carsten Dominik  <dominik@science.uva.nl>
19350         * org.el (org-cycle-global-at-bob): Fix typo.
19352         * org-jsinfo.el (org-infojs-handle-options): Fix typo in comment.
19354 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
19356         * org.el (org-mode): Make dependence stuff work more reliably.
19357         (org-update-parent-todo-statistics): Fix bug with updating
19358         statistics cookie.
19359         (org-yank-adjusted-subtrees, org-return-follows-link)
19360         (org-use-fast-todo-selection, org-tags-column): New default
19361         setting for variables.
19363         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
19364         ~ as verbatim delimiters, to avoid table bug.
19365         (org-export-latex-classes): Remove the a4paper option from the
19366         default styles.
19368         * org-exp.el (org-export-html-format-image): New argument
19369         PAR-OPEN, to fix XHTM validation bug.
19370         (org-export-as-html): Pass par-open to
19371         `org-export-html-format-image'.
19372         (org-export-html-footnotes-section): Use a more consistent id for
19373         footnotes.
19375         * org-agenda.el (org-agenda-sorting-strategy)
19376         (org-agenda-tags-column): New default setting for variables, based
19377         on a poll what typical uses use.
19378         (org-agenda-dim-blocked-tasks): Keep dimming blocked entries from
19379         setting the blocked tag.
19381 2009-01-31  Carsten Dominik  <dominik@science.uva.nl>
19383         * org-agenda.el (org-agenda-dim-blocked-tasks): No tagging when
19384         only checking for blocks.
19386         * org-exp.el (org-export-html-footnotes-section): Make the div id
19387         consistent.
19389         * org-export-latex.el (org-export-latex-classes):
19390         Remove paper size option from LaTeX classes.
19392 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
19394         * org.el (org-enforce-todo-checkbox-dependencies): New option.
19395         (org-block-todo-from-checkboxes): New function.
19396         (org-todo): Make triple prefix arg circumvent blocking.
19398 2009-01-30  Glenn Morris  <rgm@gnu.org>
19400         * org-list.el (org-empty-line-terminates-plain-lists)
19401         (org-toggle-checkbox): Doc fixes.
19403         * org-table.el (org-table-clean-before-export): Fix declaration.
19405 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
19407         * org-timer.el (org-timer): Provide the timer feature.
19409         * org.el (org-require-autoloaded-modules): Add a few more files to
19410         the list of autoloaded modules.
19412         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
19414         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
19415         drawers that are unprotected.
19416         (org-export-html-format-image): Make sure inlined LaTeX fragment
19417         images remain inlined.
19419         * org.el (org-toggle-ordered-property): New function.
19420         (org-mode-map): Add a key for `org-toggle-ordered-property'.
19421         (org-org-menu): Add menu entries for TODO dependencies.
19423         * org.el (org-default-properties): Add ORDERED to the default
19424         properties, to get completion support for it.
19426         * org-list.el (org-update-checkbox-count): Update more than one cookie.
19428         * org.el (org-update-parent-todo-statistics): Update more than one
19429         cookie.
19431 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
19433         * org-agenda.el (org-agenda-get-todos): Start search from correct
19434         position.
19436         * org.el (org-fast-todo-selection): Make sure TODO selection does
19437         not change buffer position.
19439         * org-list.el (org-toggle-checkbox): Implement adding or removing
19440         checkboxes from line or region when called with a prefix
19441         argument.
19443         * org-rmail.el (org-rmail-store-link): Protect the call to
19444         `rmail-narrow-to-non-pruned-header'.
19446         * org-clock.el (org-clock-special-range): Fix week display in
19447         clock tables.
19449         * org-exp.el (org-get-current-options): Fix bug when in indirect
19450         buffer.
19452         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
19453         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
19454         (org-agenda-dim-blocked-tasks): New function.
19456         * org.el (org-enforce-todo-dependencies): New option.
19457         (org-block-todo-from-children-or-siblings): New function.
19459         * org-faces.el (org-agenda-dimmed-todo-face): New face.
19461 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
19463         * org.el (org-todo): Return correct state type even if the blocker
19464         throws an error.
19465         (org-modifier-cursor-error): Rename from
19466         `org-shiftcursor-error'.
19467         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
19468         (org-shiftmetadown): Call `org-modifier-cursor-error'.
19470         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
19471         to get real errors from the blocker hook.
19473         * org.el (org-shiftselect-error, org-call-for-shift-select):
19474         New functions.
19475         (org-set-visibility-according-to-property): Turn off the setting
19476         of `org-show-entry-below', to avoid overruling a FOLDED visibility
19477         property.
19479         * org.el (org-support-shift-select): New option.
19480         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
19481         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
19482         selection outside contexts.
19484         * org-list.el (org-at-item-bullet-p): New function.
19486         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
19487         variables.
19489         * org-footnote.el (org-footnote-normalize): Remove unnecessary
19490         variable.
19491         (org-insert-footnote-reference-near-definition):
19492         Remove unnecessary let form.
19494 2009-01-26  Carsten Dominik  <dominik@science.uva.nl>
19496         * org-export-latex.el (org-export-as-latex):
19497         Call `org-export-latex-first-lines' with OPT-PLIST as a parameter.
19498         (org-export-latex-first-lines): New parameter OPT-PLIST.
19500         * org.el (org-yank): Tell `delete-selection-mode' about
19501         `org-yank'.
19503         * org-faces.el (org-clock-overlay): Fix face definition.
19505         * org-export-latex.el (org-export-latex-first-lines):
19506         Pass timestamp and footnote parameters to the preprocessor.
19508         * org-exp.el (org-export-remove-timestamps): Do not remove time
19509         stamps inside tables.
19511 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
19513         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
19515         * org.el (org-agenda-tags-todo-honor-ignore-options):
19516         Declare variable.
19518         * org-table.el (org-table-insert-hline): Fix typo in function call
19519         to `backward-char'.
19521         * org-exp.el (org-export-as-html): Remove the initial space from
19522         colon examples.
19524         * org.el (org-scan-tags):
19525         Call `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
19527         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view):
19528         New customization groups.
19529         (org-agenda-tags-todo-honor-ignore-options): New option.
19530         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
19531         New function.
19532         (org-agenda-get-todos):
19533         Use `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
19535 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
19537         * org-exp.el (org-export-format-source-code-or-example):
19538         Escape HTML characters also in examples that anre not treated with
19539         htmlize.  Also, just switch to EXAMPLE processing if we do not
19540         have a good version of htmlize.
19542         * org-rmail.el: Fix copyright notice.
19544         * org.el (org-activate-footnote-links): Improve footnote link
19545         highlighting.
19547         * org-footnote.el (org-footnote-normalize): Fix finding the end of
19548         a footnote definition at the end of the file.
19550         * org-table.el (org-table-get-specials): Add an imagined hline at
19551         the end of the table.  This can be useful for references that want
19552         to go to the end of the table.  Also fix bug when computing last
19553         row constants, in tables that do not start right at the right
19554         margin.
19555         (org-table-eval-formula): Match and replace remove references.
19556         (org-table-formula-substitute-names): Make sure that names inside
19557         a "remote" call are left alone, the will be replaced later when
19558         the remote call is handled.
19559         (org-table-convert-refs-to-rc): Do not convert things that might
19560         look like a reference, but are really part of an ID or namei n a
19561         remote reference.
19562         (org-table-get-remote-range): New function.
19564 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
19566         * org-faces.el (org-clock-overlay): Fix bug in face definition.
19568         * org-clock.el (org-clock-put-overlay): Use new face instead of
19569         `secondary-selection'.
19571         * org-faces.el (org-clock-overlay): New face.
19573 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
19575         * org-exp.el (org-get-current-options): Include the option for
19576         publishing time stamps.
19578         * org.el (org-toggle-heading): Rename from
19579         `org-toggel-region-headings'.
19580         No longer needs a region defined, but will use it if there is one.
19581         (org-ctrl-c-star): Simplify, relying more on the internal
19582         workings of `org-toggle-heading'.
19583         (org-toggle-item): Rename from `org-toggle-region-items'.
19584         No longer needs a region defined, but will use it if there is one.
19585         (org-ctrl-c-minus): Simplify, relying more on the inernal
19586         workings of `org-toggle-item'.
19588         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
19589         environment detection.  Also, do real changes only in unprotected
19590         places.
19592 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
19594         * org-export-latex.el (org-export-latex-quotation-marks):
19595         Use `org-if-unprotected-1'.
19596         (org-export-latex-set-initial-vars): Check for class definition in
19597         property.
19599         * org-macs.el (org-if-unprotected-1): New macro.
19601 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
19603         * org-compat.el (org-count-lines): New function.
19605         * org-exp.el (org-export-format-source-code-or-example):
19606         Handle switches related to text areas.
19608         * org.el (org-activate-footnote-links): Don't allow match inside a
19609         link.
19611         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
19613         * org-export-latex.el (org-export-latex-links): Keep a relative
19614         path relative also after export.
19616         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
19618         * org.el (org-make-tags-matcher): Never use IDO for completing the
19619         tags matcher match string.
19620         (org-completing-read): Also remove the special biding for "?".
19622         * org-attach.el (org-attach-allow-inheritance): New option.
19623         (org-attach-inherited): New variable.
19624         (org-attach-dir): Handle properties related to the attachment
19625         directory.
19626         (org-attach-check-absolute-path): New function.
19627         (org-attach-set-directory, org-attach-set-inherit): New commands.
19628         (org-attach): Accommodate the new commands in the dispatcher.
19630 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
19632         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
19633         `window-full-width-p'.
19635         * org-exp.el (org-export-as-html): Only check for images files
19636         that really can be inlined.
19638         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
19639         list of extensions to be a parameter.
19641         * org-exp.el (org-export-html-inline-image-extensions):
19642         New variable.
19644         * org-agenda.el (org-prepare-agenda):
19645         Use `org-agenda-block-separator'.
19646         (org-agenda-block-separator): New option.
19648 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
19650         * org-export-latex.el (org-export-latex-tables):
19651         Call `org-table-clean-before-export' with the new optional argument.
19653         * org-exp.el (org-table-clean-before-export): New optional
19654         parameter MAYBE-QUOTED, allows for quoted characters like \# in
19655         first column.
19657 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
19659         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
19660         histograms.
19662         * org-colview.el (org-colview-construct-allowed-dates):
19663         Better error catching when a date/time property does not have allowed
19664         values defined.
19666 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
19668         * org.el (org-map-entries): Restore point and restriction after
19669         `org-map-entries'.
19671 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
19673         * org.el (org-time=, org-time<, org-time<=, org-time>)
19674         (org-time>=, org-time<>): Make sure both values are dates.
19676 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
19678         * org-archive.el (org-extract-archive-heading): Allow %s for file
19679         name also in achive location heading.
19681 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
19683         * org-archive.el (org-add-archive-files): Uniquify the list before
19684         returning it.
19686 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
19688         * org-compat.el (org-fit-window-to-buffer):
19689         Use `window-full-width-p'.
19691         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
19692         space after the colon in short examples.
19694         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
19695         enforce a space after the colon.  However, we also allow lines
19696         that are *only* a colon.
19697         (org-export-as-html): Enforce the space after the colon in short
19698         examples.
19699         (org-export-preprocess-string): Do the colon example protection
19700         earlier.
19701         (org-export-remove-timestamps): Do not check for protection at the
19702         end of the line.
19704 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
19706         * org.el (org-format-latex-options): Add new matcher for single
19707         letters between dollars.
19708         (org-get-header): Function removed.
19709         (org-heading-components): New function.
19711         * org-exp.el (org-export-define-heading-targets): Record ID's also
19712         as alternative targets.
19713         (org-export-as-html): Interpret "id:" links to other files by
19714         preserving the relative path.
19716         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
19717         is nil.
19719         * org-exp.el (org-export-normalize-links): Protect the main link,
19720         to avoid special character processing.
19722         * org-export-latex.el (org-export-latex-special-keyword-regexp):
19723         New variable.
19724         (org-export-latex-special-string-regexps): Variable removed.
19725         (org-export-latex-keywords): Use the new regexp.
19727         * org-exp.el (org-export-handle-include-files): Fetch switches and
19728         put them into the BEGIN statement.
19730         * org-timer.el (org-timer-mode-line-string): New variable.
19732         * org-clock.el (org-clock-mode-line-map): Rename from
19733         `org-clock-mode-map'.
19734         (org-clock-mode-line-timer): Rename from `org-mode-line-timer'.
19735         (org-clock-update-mode-line): Rename from `org-update-mode-line'.
19736         (org-clock-put-overlay): Rename from `org-put-clock-overlay'.
19737         (org-clock-remove-overlays): Rename from
19738         `org-remove-clock-overlays'.
19740         * org-timer.el (org-timer-pause-or-continue): Implement stopping
19741         and mode line display.
19742         (org-timer-stop): New command.
19743         (org-timer-seconds): Return correct time when timer is paused.
19744         (org-timer-mode-line-timer): New variable.
19745         (org-timer-set-mode-line, org-timer-update-mode-line):
19746         New functions.
19748         * org.el (org-insert-heading): Handle new value `auto' for
19749         `org-blank-before-new-entry'.
19750         (org-org-menu): Add new items for timer functions.
19752         * org-list.el (org-insert-item): Handle new value `auto' for
19753         `org-blank-before-new-entry'.
19755         * org.el (org-blank-before-new-entry): New value `auto', made
19756         default.
19758 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
19760         * org-exp.el (org-export-normalize-links): If the link is also
19761         used as the description, protect the description.
19763 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
19765         * org.el (org-closest-date): Fix bug with yearly repeats, in
19766         combination with preference of the past as it is used for deadline
19767         and scheduling search.
19769         * org-exp.el (org-html-handle-time-stamps): No longer check for
19770         the `org-export-with-timestamps' option, because the preprocesser
19771         has taken care of this already.
19773         * org.el (org-entry-properties): Catch the case when this is
19774         called in a non-org-mode file.
19776         * org-export-latex.el (org-export-latex-remove-from-headlines):
19777         Variable made obsolete, also LaTeX export now uses the standard
19778         variables.
19779         (org-export-as-latex): Add the timestamps parameter to the
19780         preprocessor parameter list.
19781         (org-export-latex-content): Export the remaining keywords without
19782         considering to remove them.
19783         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
19784         Use bold font instead of tt font for the keywords.
19785         (org-export-latex-fontify-headline): Format headlines, assuming
19786         that all keywords still present should be published.
19787         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
19788         publish what ever remains of the time stamps.
19789         (org-export-latex-list-parameters): New option.
19790         (org-export-latex-lists): Pass additional parameters to the list
19791         converter.
19793         * org-exp.el (org-export-preprocess-string): Remove clock lines
19794         and timestamps already in the preprocesor.
19795         (org-export-remove-timestamps, org-export-remove-clock-lines):
19796         New functions.
19797         (org-export-as-ascii, org-export-as-html): Add the timestamps
19798         parameter to the preprocessor parameter list.
19800         * org-list.el (org-list-parse-list): Parse for checkboxes.
19801         (org-list-to-generic): Introduce and handle new parameters :cbon
19802         and :cboff.
19803         (org-list-to-latex, org-list-to-html, org-list-to-texinfo):
19804         Add optional parameter PARAMS.
19806         * org-export-latex.el (org-export-latex-special-chars):
19807         Fix problems with interpreting dollar signs.
19808         (org-inside-latex-math-p): New function.
19809         (org-export-latex-preprocess): Protect all the math fragments.
19811         * org.el (org-latex-regexps): Allow a dash after a dollar.
19813         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
19814         mark after copying.
19816         * org-agenda.el (org-run-agenda-series): Have series options set
19817         when finalizing the agenda.
19819         * org-exp.el (org-export-format-source-code-or-example):
19820         Protect the converted examples.
19822         * org.el (org-set-regexps-and-options): Fix the regexp
19823         `org-complex-heading-regexp'.
19825 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
19827         * org.el (org-edit-src-get-label-format): New function.
19828         (org-coderef-label-format): New option.
19829         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
19830         a label format specification and make sure it is used in the edit
19831         buffer.
19832         (org-edit-src-get-label-format): New function.
19833         (org-store-link): Handle new coderef formats.
19834         (org-link-search): Handle new coderef formats.
19836         * org-footnote.el (org-footnote-create-definition)
19837         (org-footnote-goto-local-insertion-point): Make footnote insertion
19838         work correctly when the "Footnotes" headline is the last line in
19839         the buffer.
19841         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
19842         the location.
19844 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
19846         * org-w3m.el (org-w3m): New customization group.
19847         (org-w3m-deactivate-mark): New option.
19848         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
19849         option say not to.
19851 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
19853         * org.el (org-set-font-lock-defaults): Trigger footnote
19854         fontification.
19855         (org-activate-footnote-links): New function.
19856         (org-activate-links): New entry `footnote'.
19858         * org-faces.el (org-footnote): New face.
19860 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
19862         * org-macs.el (org-re): Handle the [:word:] class.
19864         * org-exp.el (org-export-preprocess-string):
19865         Call `org-export-protect-colon-examples'.
19866         (org-export-protect-colon-examples): Rename from
19867         `org-export-protect-examples', and scope limited to lines starting
19868         with a colon.
19870 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
19872         * org-exp.el (org-export-preprocess-string): Move the preprocess
19873         hook to after turning on Org-mode.
19874         (org-export-preprocess-after-include-files-hook)
19875         (org-export-preprocess-after-tree-selection-hook)
19876         (org-export-preprocess-before-backend-specifics-hook)
19877         (org-export-preprocess-final-hook): New hooks.
19878         (org-export-preprocess-string): Run the new hooks.
19880         * org.el (org-ctrl-c-minus): Fix indentation for new items.
19882         * org-footnote.el: New file.
19884         * org.el (org-footnote): Require footnote code.
19885         (org-startup-options): Add new footnote options.
19886         (org-mode-map): New keybindig for footnotes.
19887         (org-ctrl-c-ctrl-c): Add function at footnotes.
19888         (org-org-menu): New menu entries for footnotes.
19890         * org-export-latex.el (org-export-as-latex): Pass footnote
19891         variable to preprocessor.
19892         (org-export-latex-preprocess): Treat multiple references to a
19893         footnote.
19895         * org-exp.el (org-export-preprocess-string):
19896         Call `org-footnote-normalize'.
19897         (org-export-as-ascii, org-export-as-html): Pass footnote variable
19898         to preprocessor.
19899         (org-export-as-html): Treat multiple references to a footnote.
19901 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
19903         * org-export-latex.el (org-export-latex-links): Handle coderef
19904         links.
19906         * org.el (org-bracket-link-analytic-regexp++): New variable.
19907         (org-make-link-regexps):
19908         Initialize `org-bracket-link-analytic-regexp++'.
19909         (org-store-link): Implement special case in edit-src buffer.
19910         (org-insert-link): No use of ide to insert stored links.
19911         (org-link-search): Implement special case for coderefs.
19913         * org-exp.el (org-export-html-scripts): New constant.
19914         (org-export-html-style-default): Add a new style for highlighted
19915         code.
19916         (org-export-code-refs): New variable.
19917         (org-export-preprocess-string): Initialize `org-export-code-refs'.
19918         Call `org-export-replace-src-segments-and-examples'
19919         No longer call `org-export-protect-examples'.
19920         (org-export-target-internal-links): Take care of coderef targets.
19921         (org-export-last-code-line-counter-value): New variable.
19922         (org-export-replace-src-segments-and-examples): Rename from
19923         `org-export-replace-src-segments', and modified.
19924         (org-export-format-source-code-or-example): Rename from
19925         `org-export-format-source-code'.
19926         (org-export-number-lines): New function.
19927         (org-export-as-ascii, org-export-as-html): Handle coderef links.
19929 2009-01-23  Glenn Morris  <rgm@gnu.org>
19931         * org-rmail.el (rmail-narrow-to-non-pruned-header):
19932         Remove declaration of deleted function.
19934 2009-01-16  Glenn Morris  <rgm@gnu.org>
19936         * org-mouse.el (org-mouse-show-context-menu):
19937         Use mouse-menu-major-mode-map, if defined, rather than the obsolete
19938         mouse-major-mode-menu.
19940 2008-12-23  Carsten Dominik  <dominik@science.uva.nl>
19942         * org-remember.el (org-remember-handler): Safer way to get a new
19943         buffer accessing the target file.
19945         * org.el (org-refile-get-location): Handle case of current buffer
19946         not having a file associated with it.
19948 2008-12-22  Carsten Dominik  <dominik@science.uva.nl>
19950         * org-table.el (org-table-get-formula): Only ask to overwrite
19951         field formula if there really is one.
19953 2008-12-21  Carsten Dominik  <dominik@science.uva.nl>
19955         * org-export-latex.el (org-export-latex-make-header): Double the
19956         commenting % in the time stamp format.
19957         (org-export-latex-special-chars): Handle case where there is no
19958         match group 3.
19960 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
19962         * org.el (org-get-refile-targets, org-refile-get-location):
19963         Use expanded file name to improve comparison.
19965 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
19967         * org.el (org-scan-tags): Rescan for tags, to get the correct
19968         upcase/downcase stuff.  This slows things down for now, but it
19969         works.
19970         (org-mode): Make sure the tag-faces regexp is initialized.
19972         * org-export-latex.el (org-export-latex-links): Fix bug with
19973         undefined label.
19975         * org-table.el (org-table-get-specials):
19976         Set `org-table-current-last-data-line'.
19977         (org-table-current-last-data-line): New variable.
19978         (org-table-insert-column, org-table-delete-column)
19979         (org-table-move-column, org-table-fix-formulas):
19980         Call `org-table-fix-formulas' a second time to fix the $LR references.
19981         (org-table-get-specials): Add the $LR references to the tables.
19982         (org-table-get-formula): Do not offer last-row names as LHS of
19983         formulas.
19985         * org.el (org-store-link): Capture link description from
19986         `org-id-store-link'.
19988         * org-exp.el (org-export-html-format-image): Add the / to the end
19989         of the <img> tag.
19990         (org-export-format-source-code): Surround example by empty lines,
19991         to make sure it will not be inside a paragraph.
19993         * org.el (org-ido-switchb): New function.
19995 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
19997         * org-agenda.el (org-agenda-show): New prefix argument
19998         FULL-ENTRY.
20000         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
20001         argument.
20003 2008-12-20  Glenn Morris  <rgm@gnu.org>
20005         * org.el (org-org-menu): Fix some more menu entries.
20007 2008-12-18  Carsten Dominik  <dominik@science.uva.nl>
20009         * org-table.el (org-table-get-specials): Revert introduction of @0
20010         as reference of the last table row, because of conflicts.
20012         * org-agenda.el (org-agenda-change-all-lines): Remove FORCE-TAGS
20013         argument, get the current tags directly.
20014         (org-agenda-set-tags): Leave getting current tags to
20015         `org-agenda-change-all-lines'.
20017 2008-12-17  Carsten Dominik  <dominik@science.uva.nl>
20019         * org.el (org-org-menu): Do not quote the set-tags command.
20021 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
20023         * Fix typos in comments and docstrings throughout Org-mode.
20025         * org.el (org-get-outline-path): Fix bug if level is not given.
20027         * org-agenda.el (org-finalize-agenda): Fix typo with variable name.
20029 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
20031         * org.el (org-refile): Avoid refiling to within the region to be
20032         refiled.
20034         * org-export-latex.el (org-export-latex-special-chars):
20035         Replace special characters also in tables.
20037         * org-agenda.el (org-agenda-change-all-lines): New argument
20038         FORCE-TAGS.
20039         (org-agenda-set-tags): Get the new tags and pass them to
20040         `org-format-agenda-item'.
20042 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
20044         * org-export-latex.el (org-export-latex-classes): Add longable as
20045         a default package to all classes.
20046         (org-export-latex-tables): Handle the longtable attribute and the
20047         align attribute.
20049         * org-table.el (orgtbl-to-generic): Handle tables that start with
20050         a hline.
20052         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
20053         \verb for colde-like snippets.
20054         (org-export-as-latex): Fix issues with region export.
20056         * org.el (org-up-heading-safe): Speed up function by using a
20057         direct regexp search.
20058         (org-olpa): New variable.
20059         (org-get-outline-path): Speed-up path constructions in cases where
20060         this is possible because the entire hierarchy is scanned anyway.
20061         (org-refile-get-location): Don't compare the truenames of files,
20062         this is too slow.
20063         (org-goto-max-level): New option.
20064         (org-goto): Use `org-goto-max-level'.
20066 2008-12-16  Tassilo Horn  <tassilo@member.fsf.org>
20068         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
20069         Strip angle brackets from message-ids in the former and don't do
20070         it in the latter.
20071         (org-gnus-follow-link): Open summary reliable, even if the last
20072         messages were deleted, and handle empty groups, too.
20074 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
20076         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
20077         instead of \texttt for the =...= and ~===~ emphasis environments.
20078         (org-export-as-latex): Remove any old :org-license-to-kill text
20079         properties.
20080         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
20081         (org-export-latex-make-header): Add some hard space after the
20082         table of contents.
20083         (org-export-latex-first-lines): Accept RBEG argument.
20084         Mark exported text so that it will be excuded in further steps.
20086         * org-table.el (org-table-get-specials): Make @0 reference the
20087         last line in a table.
20088         (org-table-recalculate): Improve docstring.
20090 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
20092         * org.el (org-log-done): Fix docstring.
20094 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
20096         * org-exp.el (org-export-html-format-image): Fix bugs.
20098         * org-export-latex.el (org-export-latex-tables)
20099         (org-export-latex-links): Implement attribute, label, and caption
20100         handling.
20102         * org-exp.el (org-export-html-style-default): Add style
20103         definitions for the figure div.
20104         (org-export-preprocess-string, org-export-as-html):
20105         Implement attribute, label, and caption handling.
20106         (org-export-attach-captions-and-attributes): New function.
20107         (org-export-html-format-image): New function.
20108         (org-format-org-table-html): Implement attribute, label, and
20109         caption handling.
20111         * org.el (org-find-text-property-in-string): New function.
20112         (org-extract-attributes): Use the property org-attr instead of
20113         org-attrobutes, because this property is now set with the #+ATTR
20114         lines.
20116 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
20118         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
20119         the case that FROM is nil.
20121         * org.el (org-before-first-heading-p): New function.
20123 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
20125         * org-exp.el (org-export-as-html): Do not add a space before
20126         enforces line breaks.
20127         (org-export-as-html): Close paragraph before blockquote and verse
20128         tags.
20130 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
20132         * org-id.el (org-id-locations-file): Wrap file name with
20133         `convert-standard-filename'.
20134         (org-id-files): New variable.
20135         (org-id-use-hash): New option.
20136         (org-id-update-id-locations): Also search in all files current
20137         listed in `org-id-files'.  Convert the resulting alist to a hash
20138         if the user customation says so.
20139         (org-id-locations-save): Handle he case if `org-id-locations' is a
20140         hash.
20141         (org-id-locations-load): Convert the alist to a hash.
20142         (org-id-add-location): Handle the hast case.
20143         (kill-emacs-hook): Make sure id locations are saved when Emacs is
20144         exited.
20145         (org-id-hash-to-alist, org-id-alist-to-hash)
20146         (org-id-paste-tracker): New functions.
20148 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
20150         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
20151         bindings of calendar variables.
20153         * org-table.el (org-table-find-row-type): Rename from
20154         `org-find-row-type'.
20155         (org-table-rewrite-old-row-references): Rename from
20156         `org-rewrite-old-row-references'.
20157         (org-table-shift-refpart): Rename from `org-shift-refpart'.
20158         (org-table-cleanup-narrow-column-properties): Rename from
20159         `org-cleanup-narrow-column-properties'.
20161 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
20163         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
20164         for better error messages.
20165         (org-table-get-descriptor-line): Supply the new arguments to
20166         `org-find-row-type'.
20167         (org-table-error-on-row-ref-crossing-hline): New option.
20169         * org.el (org-target-link-regexp): Make buffer-local.
20170         (org-move-subtree-down): Fix bug with trees at beginning of
20171         buffer.
20173 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
20175         * org-faces.el (org-set-tag-faces): New function.
20176         (org-tags-special-faces-re): New variable.
20178         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
20180         * org-faces.el (org-tag-faces): New option.
20181         (org-tag): Mention `org-tag-faces' in the docstring.
20183 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
20185         * org-exp.el (org-export-html-style-default): Implement new
20186         quoting.
20188         * org-jsinfo.el (org-infojs-template): Implement new quoting.
20190         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
20191         command to the `w3m-minor-mode-map'.
20193         * org-archive.el (org-archive-to-archive-sibling):
20194         Protect `this-command' to avoid appending kills during archiving.
20196         * org-exp.el (org-export-with-priority): New variable.
20197         (org-export-add-options-to-plist): Use `org-export-plist-vars'
20198         instead of internal list of strings and properties.
20199         (org-print-icalendar-entries): Retrieve the location property with
20200         inheritance.
20202 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
20204         * org-exp.el (org-export-with-todo-keywords): New option.
20205         (org-export-plist-vars): Include also the keys for the #+OPTIONS
20206         line.
20207         (org-default-export-plist, org-export-add-options-to-plist)
20208         (org-export-as-ascii, org-export-as-html): Use the new structure
20209         of `org-export-plist-vars'.
20211         * org.el (org-map-entries): Return all values.
20213 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
20215         * org.el (org-matcher-time): Recognize more special values.
20217         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
20219 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
20221         * org.el (org-tags-exclude-from-inheritance): New option.
20222         (org-tag-inherit-p, org-remove-uniherited-tags):
20223         Respect `org-tags-exclude-from-inheritance'.
20225         * org-agenda.el (org-agenda-show-inherited-tags): New option.
20226         (org-format-agenda-item): Add inherited tags to the agenda line
20227         string, and make sure that properties are kept when downcasing the
20228         tags list.
20229         (org-agenda-add-inherited-tags): New function.
20230         (org-downcase-keep-props): New function.
20232         * org.el (org-scan-tags): Mark inherited tags with a text
20233         property.
20234         (org-get-tags-at): Mark inherited tags with a text property.
20235         (org-add-prop-inherited): New function.
20237         * org-agenda.el (org-agenda-add-inherited-tags): New function.
20238         (org-agenda-show-inherited-tags): New option.
20240 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
20242         * org.el (org-modules): Add org-w3m to the default modules.
20244         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
20245         orgtbl-mode.
20246         (orgtabl-create-or-convert-from-region): New command.
20248         * org-exp.el (org-export-as-ascii): Remove the handling of
20249         targets.
20250         (org-export-ascii-preprocess): Handle targets already in this
20251         function.
20253 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
20255         * org-timer.el (org-timer-start-time): Define this variable.
20256         (org-timer-item): Make argument optional.
20258         * org-list.el (org-insert-item): Automatically insert a timer item
20259         if the current list is a timer list.
20261         * org-timer.el: New file.
20263         * org-publish.el (org-publish-org-index): Only exclude the index
20264         file in the main directory from being added to the site-map.
20265         (org-publish-get-project-from-filename): If the current project is
20266         a component, start publishing from the parent project.
20268 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
20270         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
20272         * org-publish.el (org-publish-org-index): Improve removal of
20273         temporary buffers.
20275 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
20277         * org-agenda.el (org-get-closed): Re-apply changes
20278         accidentially overwritten by last commit to Emacs.
20280         * org.el (org-outline-path-complete-in-steps): New option.
20281         (org-refile-get-location):
20282         Honor `org-outline-path-complete-in-steps'.
20283         (org-agenda-change-all-lines, org-tags-sparse-tree)
20284         (org-time-string-to-absolute, org-small-year-to-year)
20285         (org-link-escape): Re-apply changes accidentially overwritten
20286         by last commit to Emacs.
20288 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
20290         * org-clock.el (org-dblock-write:clocktable): Make sure the
20291         clocktable sees the first line.
20292         (org-clock-in): Warn if the clock cannot be resumed.
20294 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
20296         * org.el (org-open-at-point): Fix mixup about interactive and
20297         non-interactive elisp links.
20299 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
20301         * org-exp.el (org-export-preprocess-string): Allow one comment
20302         line before the first headline to always be included.  This is
20303         to not miss a commented target.
20305         * org-mouse.el (org-mouse-insert-item):
20306         Call `org-indent-to-column' instead of `indent-to', for XEmacs
20307         compatibility.
20309         * org.el (org-refile-targets): Fix customize definition so
20310         that it works also in XEmacs.
20311         (org-fixup-indentation): Call `org-indent-to-column' instead
20312         of `indent-to', for XEmacs compatibility.
20314 2008-11-23  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
20316         * org-mew.el (org-mew-store-link): Get the correct case folder
20317         for refiled messages.
20319 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
20321         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
20322         line break indicators.
20324         * org.el (org-ido-completing-read): Remove the "i:" prefix for
20325         ido-completion propts.
20327 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
20329         * org-remember.el (org-remember-apply-template):
20330         Use `org-substring-no-properties'.
20332         * org-compat.el (org-substring-no-properties): New function.
20334         * org-remember.el (org-remember-apply-template):
20335         Use `org-substring-no-properties' for compatibility.
20337         * org-list.el (org-list-two-spaces-after-bullet-regexp):
20338         New option.
20339         (org-fix-bullet-type):
20340         Respect `org-list-two-spaces-after-bullet-regexp'.
20342         * org-clock.el (org-clock-load): Clean up the code.
20344         * org.el (org-adaptive-fill-function): Allow two spaces after
20345         "1." as a list bullet.
20347 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
20349         * org-clock.el (org-clock-save, org-clock-load): Check for
20350         live buffers, existing files, and buffer file names to ensure
20351         consistent information.
20352         (org-clock-persist): Make `clock' a special value of this
20353         variable, and improve docstring.
20355         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
20356         (org-get-string-indentation): Adapt indentation when the bullet
20357         width changes.
20359 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
20361         * org-remember.el (org-remember-finalize): Make interactive.
20362         (org-remember-kill): New command.
20363         (org-remember-finish-immediately): Call `org-remember-finalize'
20364         directly.
20365         (org-remember-finalize): Make `org-remember-finalize' an interactive
20366         function.
20368 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
20370         * org-remember.el (org-remember-apply-template): No ido completion
20371         for free prompts in remember templates.
20372         (org-remember-before-finalize-hook): New hook.
20373         (org-remember-mode): New minor mode.
20374         (org-remember-apply-template): Turn on `org-remember-mode'.
20376         * org-remember.el (org-remember-apply-template): Fix the way how
20377         the list of allowed properties is retrieved from the target file.
20379         * org.el (org-insert-link): Improve file link matching.
20381 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
20383         * org-colview.el (org-columns-display-here): New argument
20384         DATELINE, to trigger using the new face.
20385         (org-agenda-colview-summarize): Call `org-columns-display-here'
20386         with the new argument.
20388         * org-faces.el (org-agenda-column-dateline): New face.
20390         * org-publish.el (org-publish-org-index): Use index-title at page
20391         title, not as section.
20393         * org-exp.el (org-export-html-format-desc): Respect the
20394         org-protect property.
20395         (org-export-as-html): Protect image specifiers that are in the
20396         description part of a link.
20398         * org.el (org-sort-entries-or-items, org-completing-read)
20399         (org-refile-get-location, org-olpath-completing-read, org-todo)
20400         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
20401         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
20402         (org-set-property, org-delete-property)
20403         (org-delete-property-globally): Use `org-ido-completing-read'.
20405         * org-remember.el (org-remember-apply-template):
20406         Use `org-ido-completing-read'.
20408         * org-publish.el (org-publish): Use `org-ido-completing-read'.
20410         * org-colview.el (org-columns-edit-value, org-columns-new)
20411         (org-insert-columns-dblock): Use `org-ido-completing-read'.
20413         * org-attach.el (org-attach-delete-one, org-attach-open):
20414         Use `org-ido-completing-read'.
20416         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag):
20417         Use `org-ido-completing-read'.
20419         * org.el (org-time-today): New function.
20420         (org-matcher-time): Use `org-time-today'.  Add special treatment
20421         for "<tomorrow>" and "<yesterday>".
20422         (org-ido-completing-read): New function.
20423         (org-completion-use-ido): New option.
20425         * org-exp.el (org-export-format-source-code): Fix bug in require
20426         htmlize code.
20427         (org-export-target-internal-links): Fix bug in search for text
20428         property.
20430 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
20432         * org-export-latex.el (org-export-latex-subcontent):
20433         Interpret target aliases as additional labels.
20435         * org-exp.el (org-export-target-aliases): New variable.
20436         (org-export-preprocess-string)
20437         (org-export-handle-invisible-targets): Fill the alias alist.
20438         (org-export-as-html): Remove the &nbsp; from the anchor, and also
20439         assign an id.
20440         (org-html-level-start): Insert the target aliases as additional
20441         anchors.
20443         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
20444         picture area.
20446 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
20448         * org.el (org-open-at-mouse): Ensure correct link abbreviations
20449         when following a link with the mouse from the agenda.
20451         * org-exp.el (org-export-as-html): Avoid lone </div> when no
20452         headlines are created.
20454 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
20456         * org.el (org-link-translation-function): New option.
20457         (org-open-at-point): Call `org-link-translation-function' if
20458         non-nil.
20459         (org-translate-link): New function.
20460         (org-translate-link-from-planner): New function.
20461         (org-open-at-point): Allow interactive commands in elisp links.
20463         * org-exp.el (org-icalendar-cleanup-string): Restore the old
20464         iCalendar quoting.  The new one seems to caus problems with
20465         applications.
20467         * org.el (org-yank): Set `this-command' to `yank', so that
20468         `yank-pop' will work.
20470 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
20472         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
20473         compliance as far as quoting is concerned.
20475         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
20476         hexified version of the tag.
20478         * org-vm.el (org-vm-follow-link): Require `vm-search'.
20480         * org.el (org-up-heading-safe, org-forward-same-level):
20481         Always call `org-back-to-heading' instead of `outline-back-to-heading'.
20482         (org-back-to-heading): New wrapper around outline-back-to-heading,
20483         with a useful error message telling where the error happened.
20485         * org-list.el (org-update-checkbox-count): Always call
20486         `org-back-to-heading' instead of `outline-back-to-heading'.
20488         * org-exp.el (org-export-as-html): Make sure that each <img> tag
20489         has an `alt' attribute, to ensure XHTML validation.
20491 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
20493         * org-publish.el (org-publish-attachment): Allow publishing to
20494         overwrite attachment files.
20496         * org-agenda.el (org-agenda-timerange-leaders): New option.
20497         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
20499         * org.el (org-edit-src-exit): Untabify ASCII image before
20500         returning.
20502 2008-11-19  Glenn Morris  <rgm@gnu.org>
20504         * org.el, org-mouse.el (org-agenda-change-all-lines):
20505         Fix declaration.
20507 2008-11-18  Carsten Dominik  <dominik@science.uva.nl>
20509         * org.el ("speedbar"): Only show context if the file really is an
20510         org-mode buffer.
20512 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
20514         * org.el (org-time-string-to-absolute, org-small-year-to-year)
20515         (org-tags-sparse-tree): Fix typos in docstrings.
20517 2008-11-15  Carsten Dominik  <dominik@science.uva.nl>
20519         * org-publish.el (org-publish-attachment): Allow copy-file to
20520         overwrite files.
20522 2008-11-13  Glenn Morris  <rgm@gnu.org>
20524         * org-agenda.el (org-get-closed): Fix alias.
20526 2008-11-12  Juanma Barranquero  <lekktu@gmail.com>
20528         * org.el (org-link-escape): Fix typo in docstring.
20530 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
20532         * org.el (org-yank): Make any prefix force normal yanking.
20533         Suppress folding if text would be swallowed into a folded
20534         subtree.
20535         (org-yank-folded-subtrees, org-yank): Docstring updates.
20537         * org-agenda.el (org-agenda-compare-effort): Treat no effort
20538         defined as 0.
20540         * org-exp.el (org-export-language-setup): Add Catalan and
20541         Esperanto language entries.
20543 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
20545         * org.el (org-refile): Allow refiling of entire regions.
20547         * org-clock.el (org-clock-time%): New function.
20549         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
20550         retrieve property values.
20552 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
20554         * org-agenda.el (org-agenda-list): Handle the value `only' of
20555         org-agenda-show-log'.
20556         (org-agenda-log-mode): Interpret a double prefix arg.
20558 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
20560         * org-exp.el (org-export-html-footnotes-section): New variable.
20561         (org-export-as-html): Use `org-export-html-footnotes-section' to
20562         insert the footnotes.
20563         (org-export-language-setup): Add "Footnotes" to language words.
20565 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
20567         * org.el (org-yank): Fix bug when not inserting a subtree.
20569 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
20571         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
20572         instead of `vm-beginning-of-message'.
20574         * org.el (org-make-link-regexps): Make sure that links to gnus can
20575         contain brackets.
20577 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
20579         * org-attach.el (org-attach-dir): Remove duplicate ID creation
20580         code.
20582         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
20583         shell output.
20585         * org.el (org-link-abbrev-alist): Improve customization type.
20587         * org-attach.el (org-attach-expand-link, org-attach-expand):
20588         New functions.
20590         * org-agenda.el (org-agenda-get-progress): Rename from
20591         `org-get-closed'.  Implement searching for state changes as well.
20592         (org-agenda-log-mode-items): New option.
20593         (org-agenda-log-mode): New option prefix argument, interpreted as
20594         request to show all possible progress info.
20595         (org-agenda-get-day-entries): Call `org-get-progress' instead of
20596         `org-get-closed'.
20597         (org-agenda-set-mode-name): Handle the more complex log mode
20598         settings.
20599         (org-get-closed): New alias, pointing to `org-get-progress'.
20601 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
20603         * org.el (org-file-apps-defaults-gnu)
20604         (org-file-apps-defaults-macosx)
20605         (org-file-apps-defaults-windowsnt): Add an entry defining the
20606         system command.
20607         (org-file-apps): Allow `system' as key and value.
20608         (org-open-at-point): Explain the effect of a double prefix arg.
20609         (org-open-file): If the argument `in-emacs' is (16),
20610         i.e. corresponding to a double prefix argument, try to open the
20611         file externally.
20613 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
20615         * org.el (org-insert-link): Abbreviate absolute files names in
20616         links.  Also, fix a bug in which the double C-u prefix would not
20617         be honored.
20619 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
20621         * org.el (org-insert-heading): If buffer does not end with a
20622         newline, add one if necessary to insert headline correctly.
20624         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
20625         paragraphs, not inside.
20627         * org.el (org-todo):
20628         Quote `org-agenda-headline-snapshot-before-repeat'.
20630         * org-exp.el (org-export-as-html): Fully process link descriptions.
20631         (org-export-html-format-desc): New function.
20632         (org-export-as-html): Collect footnotes into the correct basket.
20633         (org-html-protect): No longer protect quotations marks here, this
20634         goes wrong.
20636         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
20637         BEG.
20639         * org-compat.el (org-fit-window-to-buffer): New function (not
20640         really, a preliminary and incomplete version was present earlier,
20641         but not used).
20643         * org.el (org-fast-todo-selection, org-fast-tag-selection):
20644         Use `org-fit-window-to-buffer'.
20646         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
20648         * org-agenda.el (org-agenda-get-restriction-and-command)
20649         (org-fit-agenda-window, org-agenda-convert-date):
20650         Use `org-fit-window-to-buffer'.
20652         * org-exp.el (org-export-as-html): Process href links through
20653         `org-export-html-format-href'.
20654         (org-export-html-format-href): New function.
20656         * org-agenda.el (org-agenda-todo): Update only the current
20657         headline if this is a repeated TODO, marked done for today.
20658         (org-agenda-change-all-lines): New argument JUST-THIS, to change
20659         only the current line.
20661         * org.el (org-todo): Take a snapshot of the headline if the
20662         repeater might change it.
20664 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
20666         * org-publish.el (org-publish-find-title): Remove buffers visited
20667         only for extracting the title.
20669         * org-exp.el (org-export-html-style)
20670         (org-export-html-style-default): Mark style definitions as
20671         unparsed CDATA.
20673         * org-publish.el (org-publish-validate-link):
20674         Function re-introduced.
20676 2008-11-12  Charles Sebold  <csebold@gmail.com>
20678         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
20679         property.
20680         (org-plot-quote-timestamp-field): New function.
20681         (org-plot-quote-tsv-field): Call timestamp field function when
20682         necessary rather than just quoting as a string.
20683         (org-plot/gnuplot-to-data): Pass in timefmt property.
20684         (org-plot/gnuplot-script): Supports timefmt property.
20685         (org-plot/gnuplot): Checks for timestamp column before checking
20686         for text index column.
20688 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
20690         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
20692         * org-publish.el (org-publish-org-index): Create a section in the
20693         index file.
20694         (org-publish-org-index): Stop linking to directories.
20696         * org.el (org-emphasis-alist): Use span instead of <u> to
20697         underline text.
20699         * org-exp.el (org-export-as-html): Make sure <p> is closed before
20700         <pre> sections.
20702 2008-11-12  Sebastian Rose  <sebastian_rose@gmx.de>
20704         * org-jsinfo.el (org-infojs-template): Remove language attribute
20705         from script tag.
20707 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
20709         * org-agenda.el (org-agenda-remove-marked-text): New function.
20710         (org-agenda-mark-filtered-text)
20711         (org-agenda-unmark-filtered-text): New functions.
20712         (org-write-agenda): Remove filtered text.
20714         * org.el (org-make-tags-matcher): Give access to TODO "property"
20715         without speed penalty.
20717 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
20719         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
20720         option.
20721         (org-store-link-props): Make sure adding to the plist works
20722         correctly.
20724         * org-gnus.el (org-gnus-no-new-news): New function.
20725         (org-gnus-follow-link): Allow the article ID to be a message-id,
20726         in addition to allowing article numbers.  Message IDs make much
20727         more roubust links.
20728         (org-gnus-store-link): Use message-id to create link.
20730 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
20732         * org.el (org-emphasize): Reverse the selection array.
20733         (org-emphasis-alist): Set <code> tags for the verbatim
20734         environment.
20736         * org-remember.el (org-remember-handler): Fix bug with
20737         prefix-related changing of the note storage target.
20739         * org-exp.el (org-print-icalendar-entries): Make the exported
20740         priorities compatible with RFC 2445.
20742         * org-clock.el (org-clock-save): Insert time stamp without
20743         dependence on time-stamp.el.
20745 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
20747         * org.el ("saveplace"): If saveplace puts point into an invisible
20748         location, make it visible.
20749         (org-make-tags-matcher): Allow inactive time stamps in time
20750         comparisons.
20751         (org-yank-adjusted-subtrees): New option.
20752         (org-yank): Incorporate adjusting trees.
20753         (org-paste-subtree): New argument FOR-YANK which will cause
20754         insertion at point without backing up over white lines, and leave
20755         point at the end of the inserted text.  Also if the cursor is
20756         at the beginning of a headline, use the same level or the inserted
20757         tree.
20759         * org-publish.el (org-publish-get-base-files-1): Deal correctly
20760         with broken symlinks.
20762 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
20764         * org-exp.el (org-export-select-tags, org-get-current-options):
20765         Fix typo.
20767 2008-11-06  Glenn Morris  <rgm@gnu.org>
20769         * org-publish.el (org-publish-attachment): Use copy-file rather than
20770         eshell/cp.
20772 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
20774         * org.el (org-columns-modify-value-for-display-function):
20775         * org-table.el (org-table-convert-region): Fix typos in docstrings.
20777 2008-10-28  Glenn Morris  <rgm@gnu.org>
20779         * org-agenda.el (org-agenda-align-tags): Replace use of cl `adjoin'.
20781         * org-list.el (outline-next-heading, outline-back-to-heading):
20782         Fix declarations.
20784 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
20786         * org-agenda.el (org-format-agenda-item)
20787         (org-agenda-filter-make-matcher): Make sure tags are stored and
20788         compared downcased.
20790 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
20792         * org.el (org-insert-todo-heading): Fix bug with force-heading
20793         argument.
20795 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
20797         * org-exp.el (org-export-as-ascii): Handle the case that we are
20798         bulishing from an indirect buffer.
20800         * org-table.el (org-table-copy-down): Fix bug with time stamp
20801         increment.
20803         * org-mouse.el (org-mouse-features): New option.
20804         (org-mode-hook): Turn on features depending on
20805         `org-mouse-features'.
20807         * org.el (org-insert-heading-respect-content): Force heading
20808         creation.
20809         (org-insert-heading): Keep the folding state of the heading before
20810         the inserted one.
20812 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
20814         * org-archive.el (org-archive-to-archive-sibling): Handle top
20815         level headlines better.
20817 2008-10-26  Bastien Guerry  <bzg@gnu.org>
20819         * org-export-latex.el (org-export-latex-classes):
20820         Add \usepackage{graphicx} to the default list of packages.
20822 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
20824         * org-agenda.el (org-agenda-filter): Rename from
20825         `org-agenda-filter-tags'.
20827 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
20829         * org.el (org-entry-properties): Add CATEGORY property, iven if it
20830         is not defined as a property in this entry.
20831         (org-add-log-note): Mask prefix argument when immediately storing
20832         the note.
20834         * org-agenda.el (org-agenda-filter-effort-default-operator):
20835         New option.
20837 2008-10-26  James TD Smith  <ahktenzero@mohorovi.cc>
20839         * org.el (org-add-log-setup): Bugfix; code to find insertion point
20840         after drawers was skipping ahead one line too many, so notes were
20841         inserted after the first note instead of before it.
20843 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
20845         * org-agenda.el (org-agenda-filter-tags, org-agenda-filter-form):
20846         New variables.
20847         (org-prepare-agenda): Reset the filter tags.
20848         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
20849         Show filter tags in mode line.
20851         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
20852         formatter.
20854         * org-export-latex.el (org-latex-entities-regexp): New constant.
20855         (org-export-as-pdf): Use two calls to `shell-command'.
20857 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
20859         * org-export-latex.el (org-export-latex-treat-sub-super-char):
20860         Honor the {} value of the subsuperscript setting.  Make sure that
20861         longer subsuperscripts are typeset in a roman font.
20863         * org.el (org-clock-update-time-maybe): Compute negative clock
20864         intervals correctly.
20866 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
20868         * org.el (org-add-log-setup):
20869         Respect `org-log-state-notes-insert-after-drawers'.
20870         (org-log-state-notes-insert-after-drawers): New option.
20871         (org-todo-trigger-tag-changes): New function.
20872         (org-todo): Call `org-todo-trigger-tag-changes'.
20874 2008-10-26  James TD Smith  <ahktenzero@mohorovi.cc>
20876         * org.el (org-add-log-setup): Only skip drawers if they are
20877         immediately after the scheduling keywords.
20879         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
20880         function.
20881         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
20882         call it with the current todo state to get the state to switch to
20883         when clocking in.
20884         (org-clock-in): Use org-indent-line-function to indent clock lines.
20885         (org-clock-find-position): Fix indentation of empty clock drawers.
20887 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
20889         * org-publish.el (org-publish-org-to): Handle case when
20890         org-export-to-pdf does return a file name, not a buffer.
20891         (org-publish-org-to-pdf): New function.
20893         * org-export-latex.el (org-export-as-pdf)
20894         (org-export-as-pdf-and-open): New commands.
20896         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
20897         forms as ranges.
20899         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
20900         things in protexted regions.
20902 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
20904         * org-export-latex.el (org-export-latex-preprocess):
20905         Improve quoting of LaTeX environments.
20907 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
20909         * org.el (org-default-notes-file):
20910         * org-publish.el (org-publish-timestamp-directory):
20911         * org-id.el (org-id-locations-file): Run file names that begin
20912         with a period thru `convert-standard-filename'.
20914 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
20916         * org-plot.el: Switch coding system to unix.
20918 2008-10-12  John Wiegley  <johnw@newartisans.com>
20920         * org-attach.el: New file.
20922 2008-10-12  Carsten Dominik  <carsten.dominik@gmail.com>
20924         * org.el (org-edit-fixed-width-region): Exclude final newline from
20925         picture area.
20927         * org-export-latex.el (org-export-latex-subcontent): Add labels to
20928         sections, to make internal links work.
20929         (org-export-latex-fontify-headline): Do not remove all text
20930         properties, to make sure that target properties survive this
20931         process.
20933         * org-exp.el (org-export-preprocess-string): Change sequence of
20934         modifications, to make sure links are prepared before the LaTeX
20935         conversions do happen.
20937         * org-attach.el (org-attach-delete-all): Rename from
20938         `org-attch-delete'.  Add a security query before deleting the
20939         entire directory.  New optional argument FORCE can overrule the
20940         security query.
20941         (org-attach-delete-one): New command.
20943         * org-attach.el (org-attach-file-list): Fix bug with directory.
20945         * org.el (org-apps-regexp-alist): New function.
20946         (org-file-apps): Add auto-mode to the default value.
20947         (org-open-file): Use the new structure of org-file-apps.
20949         * org-attach.el (org-attach): Support the new keys.
20950         (org-attach-method): New option.
20952         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
20953         March.
20955         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
20956         of the list value o `org-use-tag-inheritance'.
20958         * org-attach.el (org-attach-auto-tag): New option.
20959         (org-attach-tag, org-attach-untag): New functions.
20960         (org-attach-attach, org-attach-new, org-attach-sync):
20961         Call `org-attach-tag'.
20962         (org-attach-delete): Call `org-attach-untag'.
20964         * org-table.el (orgtbl-self-insert-command): Make this work for
20965         the keypad as well.
20967         * org.el (org-add-log-setup): Limit searc for drawers to entry
20968         text, not to subtree.
20970         * org-clock.el (org-clock-heading-for-remember): New variable.
20971         (org-clock-in): Set `org-clock-heading-for-remember'.
20973 2008-10-12  James TD Smith  <ahktenzero@mohorovi.cc>
20975         * org-remember.el (org-remember-apply-template): Add new
20976         expansions: %k, %K for currently clocked task and a link to the
20977         currently clocked task, and %< to file notes in the currently
20978         clocked task.
20980 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
20982         * org-export-latex.el (org-export-latex-make-header): Also insert
20983         the content of the property :latex-header-extra.
20985         * org-exp.el (org-infile-export-plist): Put the content of
20986         #+LATEX_HEADER: into the property :latex-header-extra.
20988         * org-colview.el (org-columns-get-format-and-top-level):
20989         Remove resetting the marker.
20991         * org.el (org-entry-property-inherited-from): Improve docstring.
20992         (org-entry-get-with-inheritance): Reset marker before starting the
20993         search.
20995         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
20997         * org.el (org-entry-get-multivalued-property)
20998         (org-entry-protect-space, org-entry-restore-space):
20999         New functions.
21000         (org-file-apps-defaults-macosx): Let PostScript files be opened by
21001         preview.
21002         (org-time-stamp-inactive): Call `org-time-stamp'.
21003         (org-time-stamp): New argument `inactive'.  Also edit inactive
21004         stamps.  Convert time stamp type.
21005         (org-open-file): Interpret the `default' value for the `command'
21006         in `org-file-apps'.
21008         * org-id.el (org-id-int-to-b36-one-digit)
21009         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
21010         (org-id-b36-to-int, org-id-time-to-b36): Modify from b62 to
21011         b36.
21013         * org-id.el (org-id-reverse-string): New function.
21014         (org-id-new): Use `org-id-reverse-string' to make sure the
21015         beginning chars of the ID are mutating fast.  This allows to use a
21016         directory structure to spread things better.
21017         (org-id-prefix): Change default to nil.
21019         * org-list.el (org-move-item-down, org-move-item-up): Remember and
21020         restore the column of the cursor position.
21022         * org-remember.el (org-remember-apply-template): Remove properties
21023         from `initial'.
21025         * org-wl.el (org-wl-open): Remove useless call to
21026         `wl-thread-open-all'.
21028         * org-remember.el (org-remember-handler): Fix bug with `bottom'
21029         location.
21031         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
21032         `org-bbdb-anniversaries'.
21034         * org.el (org-get-next-sibling, org-forward-same-level):
21035         New functions, similar to the outline versions, but invisible headings
21036         are OK.
21038 2008-10-12  Bastien Guerry  <bzg@gnu.org>
21040         * org.el (org-auto-repeat-maybe): Insert a space between
21041         the timestamp's type and the timestamp itself.
21043 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
21045         * org-table.el (org-table-sum): Do not format the result with %g,
21046         it does rounding when there are too many digits.
21048         * org.el (org-map-entries): Protect the keyword-selecting variables.
21050 2008-10-12  Bastien Guerry  <bzg@gnu.org>
21052         * org-agenda.el (org-agenda-to-appt): Make sure the function check
21053         against all agenda files.
21055 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
21056             Bastien Guerry  <bzg@gnu.org>
21058         * org-list.el: New file, aggregating list functions from org.el
21059         and org-export-latex.el.
21061 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
21063         * org.el (org-edit-src-region-extra): New option.
21065         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
21066         time before 1am.
21068 2008-10-12  Bastien Guerry  <bzg@gnu.org>
21070         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
21072 2008-10-12  James TD Smith  <ahktenzero@mohorovi.cc>
21074         * org-plot.el (org-plot/gnuplot): Make tables starting with a
21075         hline work correctly.
21076         (org-plot/gnuplot-script): Put commas at the end of each script
21077         line.
21079         * org.el (org-get-refile-targets): Replace links with their
21080         descriptions.
21081         (org-imenu-get-tree): Replace links with their descriptions.
21083         * org-remember.el (org-remember-apply-template): Add a new
21084         expansion for adding properties to remember items.
21086         * org.el (org-add-log-setup): Skip over drawers (properties,
21087         clocks etc) when adding notes.
21089         * org-agenda.el (org-agenda-get-closed): Show durations of clocked
21090         items as well as the start and end times.
21092         * org-compat.el (org-get-x-clipboard-compat): Add a compat
21093         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
21095         * org-remember.el (org-get-x-clipboard): Use the compat
21096         function to get clipboard values when x-selection-value is
21097         unavailable.  Use substring-no-properties instead of
21098         set-text-properties to remove text properties from the clipboard
21099         value.
21101         * org-clock.el (org-update-mode-line): Support limiting the
21102         modeline clock string, and display the full todo value in the
21103         tooltip.  Set a local keymap so mouse-3 on the clock string goes to
21104         the currently clocked task.
21105         (org-clock-string-limit): Add a custom value for the maximum
21106         length of the clock string in the modeline.
21107         (org-clock-mode-map): Add a keymap for the modeline string.
21109 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
21111         * org-compat.el (org-propertize): New function.
21113 2008-10-12  Bastien Guerry  <bzg@gnu.org>
21115         * org-export-latex.el (org-export-latex-tables): Protect exported
21116         tables from further special chars conversion.
21117         (org-export-latex-preprocess): Preserve LaTeX environments.
21118         (org-list-parse-list): Parse descriptive lists.
21119         (org-list-to-generic, org-list-to-latex, org-list-to-html)
21120         (org-list-to-texinfo): Export descriptive lists.
21121         (org-quote-chars): Remove.
21122         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
21123         (org-export-latex-list-beginning-re): Rename to
21124         `org-list-beginning-re'.
21125         (org-list-item-begin): Rename to `org-list-item-beginning'.
21127 2008-10-12  Eric Schulte  <schulte.eric@gmail.com>
21129         * org-plot.el: New file.
21131 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
21133         * org.el (org-refile): Allow refiling to the last entry in the
21134         buffer.
21135         (org-get-tags-at): Fix bug when inheritance is turned off.
21137         * org.el (org-indent-line-function): No longer check for src
21138         regions, this is too much overhead.
21140         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
21141         matching.
21143         * org.el (org-scan-tags): Make sure that tags matching is not case
21144         sensitive.  TODO keyword matching is case sensitive, however, to
21145         avoid confusion with similar words that are not meant to be
21146         keywords.
21148         * org.el (org-get-local-tags-at): New function.
21149         (org-get-local-tags): New function.
21151         * org-exp.el (org-export-get-categories): New function.
21153         * org-agenda.el (org-sorting-choice)
21154         (org-agenda-sorting-strategy, org-agenda-get-todos)
21155         (org-agenda-get-timestamps, org-agenda-get-deadlines)
21156         (org-agenda-get-scheduled, org-agenda-get-blocks)
21157         (org-entries-lessp): Implement sorting by TODO state.
21158         (org-cmp-todo-state): New defsubst.
21160         * org-colview.el (org-colview-construct-allowed-dates):
21161         New function.
21162         (org-columns-next-allowed-value):
21163         Use `org-colview-construct-allowed-dates'.
21165         * org.el (org-protect-slash): New function.
21166         (org-get-refile-targets): Use `org-protect-slash'.
21168         * org-agenda.el (org-global-tags-completion-table): New variable.
21170         * org-exp.el (org-export-handle-export-tags): New function.
21171         (org-export-preprocess-string):
21172         Call `org-export-handle-export-tags'.
21174         * org-publish.el (org-publish-expand-components): Function removed.
21175         (org-publish-expand-projects): Allow components to have components.
21177         * org.el (org-indent-line-function): Do not indent in regions that
21178         are external source code.
21179         (org-yank-and-fold-if-subtree): New function.
21181         * org-agenda.el (org-agenda-todayp): New function.
21182         (org-agenda-get-deadlines, org-agenda-get-scheduled):
21183         Use `org-agenda-todayp'.
21185         * org.el (org-insert-heading-respect-content)
21186         (org-insert-todo-heading-respect-content): New commands.
21187         (org-insert-heading-respect-content): New option.
21188         (org-insert-heading): Respect `org-insert-heading-respect-content'.
21190         * org-clock.el (org-clock-find-position): Make sure the note after
21191         the clock line gets moved into the new clock drawer.
21193         * org-id.el (org-id-new): New option.
21195         * org-table.el (org-table-copy-down): Avoid overflow during
21196         increment.  Use prefix argument 0 to temporarily disable the
21197         increment.
21199         * org-exp.el (org-export-as-html): Do not turn on the major mode
21200         if the buffer will be killed anyway.
21201         (org-get-current-options): Exclude the #+TEXT field.
21202         (org-export-as-html): Make sure text before the first headline is
21203         a paragraph.
21205         * org-publish.el (org-publish-org-to): Tell the exporter that this
21206         buffer will be killed, so it is not necessary to do major mode
21207         initialization.
21209         * org-archive.el (org-archive-to-archive-sibling): Show empty
21210         lines after folding the archive sibling.
21212         * org.el (org-log-note-extra): New variable.
21214 2008-10-12  Bastien Guerry  <bzg@gnu.org>
21216         * org.el (org-additional-option-like-keywords): Add keywords for
21217         the _QUOTE, _VERSE and _SRC environments.
21219         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
21220         exporting _QUOTE and _VERSE environments.
21222 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
21224         * org-agenda.el (org-agenda-filter-by-tag): New command.
21226         * org-exp.el (org-get-current-options): Remove angular brackets
21227         from the date entry.
21229         * org.el (org-edit-fixed-width-region): New function.
21230         (org-edit-fixed-width-region): Also try
21231         `org-edit-fixed-width-region'.
21232         (org-edit-fixed-width-region-mode): New option.
21233         (org-activate-code): Only interpret lines starting with colon
21234         plus a space as example lines.
21236         * org-remember.el (org-remember-templates): Add nil instead of
21237         empty strings to fix the length of remember templates.
21239         * org-table.el (org-calc-default-modes): Fix the time format for
21240         calc, from 12 hour to 24 hour clock.
21242         * org-agenda.el (org-agenda-get-deadlines)
21243         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
21244         entries that are pre-warnings of deadlines or reminders.
21246         * org.el (org-sort-entries-or-items): Make numeric and alpha
21247         comparisons ignore any TODO keyword and priority cookie.
21249         * org-remember.el (org-remember-handler): Reinterpretation of the
21250         prefix argument.
21252         * org-agenda.el (org-agenda-get-scheduled): Use new
21253         `org-scheduled' face.
21255         * org-faces.el (org-scheduled): New face.
21257         * org-wl.el (org-wl-open): Remove incorrect declaration.
21259         * org-gnus.el (org-gnus-store-link): Support for :to information
21260         in gnus links.
21262         * org-exp.el (org-export-as-html): Fix typo in creator
21263         information.
21264         (org-export-protect-examples): New parameter indent.  Insert extra
21265         spaces only when this parameter is specified.
21266         (org-export-preprocess-string): Call `org-export-protect-examples'
21267         with an indentation parameter when exporting to ASCII.
21269         * org-remember.el (org-remember-templates)
21270         (org-remember-apply-template): Allow the file component to be a
21271         function.
21273         * org.el (org-goto-local-search-headings): Rename from
21274         `org-goto-local-search-forward-headings'.  Added the possibility
21275         to search backwards.
21277         * org-export-latex.el (org-export-latex): New customization
21278         group.
21280         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
21282         * org-exp.el (org-html-do-expand): Allow {} to terminate
21283         tex macro.
21285         * org.el (org-buffer-list): Select buffers based on major mode,
21286         not on file name.
21288         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
21289         face property.
21291         * org-colview.el (org-columns-display-here):
21292         Use `org-columns-modify-value-for-display-function'.
21294         * org.el (org-columns-modify-value-for-display-function): New option.
21296         * org-publish.el (org-publish-file): Make sure the directory match
21297         for the publishing directory works correctly.
21299         * org-agenda.el (org-agenda-execute-calendar-command)
21300         (org-agenda-diary-entry): Additional optional argument.
21302 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
21304         * org-exp.el (org-export-as-html): Add attributes also in mailto
21305         and ftp links.
21307         * org.el (org-autoload): Add `org-dblock-write:columnview'.
21309 2008-08-11  Glenn Morris  <rgm@gnu.org>
21311         * org-mac-message.el (do-applescript): Fix declaration.
21313 2008-08-10  Glenn Morris  <rgm@gnu.org>
21315         * org-exp.el (org-export-as-html): Let-bind `i'.
21317         * org.el (org-renumber-ordered-list): Fix bob/bobp typo.
21318         (org-extract-attributes): Let-bind `key', `value'.
21319         (org-make-tags-matcher): Let-bind `time-p'.
21321 2008-07-27  Carsten Dominik  <dominik@science.uva.nl>
21323         * org-install.el: New file.
21325 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
21327         * org-exp.el (org-export-html-style)
21328         (org-export-html-style-extra): Declare as safe-local-variable.
21330 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
21332         * org-publish.el (org-publish-file): Use the true name of the
21333         file.
21335         * org-jsinfo.el (org-infojs-handle-options): Use :style-extra
21336         instead of :style.
21338         * org-exp.el (org-export-plist-vars)
21339         (org-export-add-options-to-plist): Handle creator setting flag.
21340         (org-export-as-html): Handle attributes also for ftp and mailto
21341         links.
21343         * org-agenda.el (org-agenda-diary-entry)
21344         (org-agenda-execute-calendar-command): Cater for the second
21345         argument of `calendar-cursor-to-date'.
21347 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
21349         * org-exp.el (org-export-region-as-html, org-export-as-html):
21350         Make sure that calls from `org-export-region-as-html' do not do the
21351         special check for a subtree.
21353         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
21355         * org.el (org-open-file):
21356         Use `org-open-directory-means-index-dot-org'.
21357         (org-open-directory-means-index-dot-org): New option.
21359         * org.el (org-make-link-string): Remove link attributes from
21360         description.
21361         (org-open-at-point): Remove link attributes before using the path.
21363         * org-exp.el (org-export-as-html): Handle link attributes.
21365         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
21367         * org-table.el (org-table-to-lisp): New function.
21369         * org.el (org-narrow-to-subtree): Do not include the final newline
21370         into the narrowed region.
21372         * org-agenda.el (org-agenda-custom-commands-local-options):
21373         Fix bug with user-define skipping condition.
21375         * org-agenda.el (org-agenda-get-restriction-and-command): Fix typo.
21377         * org-exp.el (org-export-html-style-default): Automatic overflow
21378         handling for pre fields.
21379         (org-export-as-ascii, org-export-as-html): Change default format
21380         for time stamp.
21382         * org-table.el (org-table-export): Offer completion for translator
21383         functions, and do not require a heading above the table.
21385         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
21386         Cater for the case of a list starting in the first line of the
21387         buffer.
21389         * org-publish.el (org-publish-find-title): Bug fix.
21390         (org-publish-org-index): Implement new :index-style option.
21392         * org-publish.el (org-publish-timestamp-filename):
21393         Use SHA1-encoded file names in the timestamp directory.
21395         * org-publish.el (org-publish-needed-p): Be verbose about files
21396         published and files skipped.
21398         * org-exp.el (org-export-preprocess-string): Swap link
21399         normalization and internal link targeting.
21401         * org-publish.el (org-publish-needed-p): Create timestamp
21402         directory when it does not exist.
21404         * org-clock.el (org-clock-out-when-done): Doc fix.
21406         * org.el (org-agenda-skip-unavailable-files): Doc fix.
21408         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
21409         Ignore case when searching for the COMMENT cookie at export time.
21411         * org-exp.el (org-get-file-contents)
21412         (org-get-and-remove-property): New functions.
21413         (org-export-handle-include-files): Handle the new prefix options.
21414         (org-export-as-html): Fix the verse environment.
21416         * org.el (org-time=, org-time<, org-time<=, org-time>)
21417         (org-time>=, org-time<>, org-2ft): New functions.
21418         (org-op-to-function): Also provide for the time testing functions.
21420         * org-exp.el (org-export-html-style-default): New constant.
21422         * org-exp.el (org-export-html-style-extra): New variable.
21423         (org-export-splice-style): New function.
21425         * org-exp.el (org-export-plist-vars, org-export-as-html):
21426         Implement `org-export-creator-info'.
21427         (org-export-creator-info): New option.
21429         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
21430         (org-property-drawer-re, org-clock-drawer-re): New constants.
21432         * org-exp.el (org-icalendar-use-deadline)
21433         (org-icalendar-use-scheduled): New options.
21434         (org-icalendar-include-todo): Default changed to t.
21435         (org-print-icalendar-entries): Implement better utilization of
21436         scheduling and deadline time stamps.
21437         (org-export-target-internal-links, org-export-as-html): Allow file
21438         lines without the "file:" prefix if the file path is an absolute
21439         path or starts with ".".
21441         * org-clock.el (org-clocktable-shift): Also understand yesterday,
21442         lastweek etc.
21443         (org-clock-special-range): Also understand yesterday, lastweek etc.
21445         * org.el (org-agenda-skip-archived-trees): Docstring now
21446         discourages using this.
21447         (org-scan-tags): Check for org-agenda-archives-mode.
21448         (org-map-entries): Make sure org-agenda-archives-mode is nil.
21449         (org-agenda-files): Functionality of second arg changed.
21451         * org-agenda.el (org-agenda-archives-mode): New variable.
21452         (org-write-agenda, org-prepare-agenda, org-agenda-list)
21453         (org-search-view, org-todo-list, org-tags-view)
21454         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
21455         `ifmode' argument.
21456         (org-agenda-quit): Reset the archives mode.
21457         (org-agenda-archives-mode): New command.
21458         (org-agenda-set-mode-name): Include archives info.
21460         * org.el (org-paste-subtree): Make sure the yanked headline is
21461         visible if it was yanked at a visible point.
21462         (org-move-item-up): Fix the bug with moving white space at the end
21463         of the item.
21464         (org-show-empty-lines-in-parent): New function.
21466 2008-07-19  Juri Linkov  <juri@jurta.org>
21468         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
21469         new keymap `narrow-map' instead of binding "\C-xns".
21471 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
21473         * org.el (org-agenda-skip-unavailable-files):
21474         * org-clock.el (org-clock-out-when-done): Doc fixes.
21476 2008-06-18  Glenn Morris  <rgm@gnu.org>
21478         * org.el (org-map-entries): Let-bind `file'.
21480 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
21482         * org-colview.el (org-columns-next-allowed-value): Bug fix.
21484         * org-agenda.el (org-agenda-get-closed): Get the end time into the
21485         agenda prefix as well.
21487         * org-publish.el (org-publish-org-index): Make a properly indented
21488         list.
21490         * org.el (org-calendar-agenda-action-key): New option.
21491         (org-get-cursor-date): New function.
21492         (org-mark-entry-for-agenda-action): New command.
21493         (org-overriding-default-time): New variable.
21494         (org-read-date): Respect `org-overriding-default-time'.
21496         * org-remember.el (org-remember-apply-template): Respect the
21497         overriding default time.
21499         * org-agenda.el (org-agenda-action-marker): New variable.
21500         (org-agenda-action): New command.
21501         (org-agenda-do-action): New function.
21503 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
21505         * org.el (org-schedule, org-deadline): Protect scheduled and
21506         deadline tasks against changes that accidentally remove the
21507         repeater.  Also show a message with the new date when done.
21509 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
21511         * org.el (org-beginning-of-line): Cater for the case when there
21512         are tags but no headline text.
21513         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
21514         it set.
21516 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
21518         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
21519         the return value is nil instead of "nil" when there is no match.
21521         * org-exp.el (org-insert-centered): Use fill-column instead of
21522         80.
21523         (org-export-as-ascii): Use string-width to measure the width of
21524         the heading.
21526         * org.el (org-diary-to-ical-string): No longer kill buffer
21527         FROMBUF, this is now done by the caller.
21529         * org-exp.el (org-print-icalendar-entries): Move the call to
21530         `org-diary-to-ical-string' out of the loop, and kill the buffer
21531         afterwords.
21533         * org-remember.el (org-remember-visit-immediately):
21534         Position cursor after moving to the note.
21535         (org-remember-apply-template): Use a text property to record the
21536         cursor position.
21537         (org-remember-handler): Align tags after pasting the note.
21539 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
21541         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
21543         * org-agenda.el (org-agenda-open-link): If there is an
21544         org-bbdb-name property in the current line, jump to that bbdb
21545         entry.
21547         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
21548         text property, so that the agenda knows where this entry comes
21549         from.
21551         * org-agenda.el (org-agenda-clock-in): Fix bug in the
21552         interaction between clocking-in from the agenda, and  automatic
21553         task state switching.
21555         * org-macs.el (org-with-point-at): Bug fix in macro definition.
21557         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
21558         zmacs-region stays after this command in XEmacs.
21560 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
21562         * org.el (org-scan-tags): Allow new values for ACTION parameter.
21564         * org-remember.el (org-remember-templates): Fix bug in
21565         customization type definition.
21567         * org.el (org-map-entries): New function.
21569 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
21571         * org-agenda.el (org-agenda-skip-comment-trees): New option.
21572         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
21574 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
21576         * org-remember.el (org-jump-to-target-location): New variable.
21577         (org-remember-apply-template):
21578         Set `org-remember-apply-template' if requested by template.
21579         (org-remember-handler): Start an idle timer to jump to
21580         remember location.
21582         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
21584         * org.el (org-set-regexps-and-options): Fix bug with parsing of
21585         file tags.
21586         (org-get-tags-at): Add the content of `org-file-tags'.
21588         * org-exp.el (org-export-handle-comments): Fix bug with several
21589         comment lines after each other.
21590         (org-number-to-roman, org-number-to-counter): New functions.
21591         (org-export-section-number-format): New option.
21593 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
21595         * org-exp.el (org-export-protect-examples): Catch the case of a
21596         missing end_example line.
21598         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
21599         `org-file-tags' to nil.
21601         * org-colview.el (org-columns-next-allowed-value): Handle next
21602         argument NTH to directly select a value.
21604 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
21606         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
21608 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
21610         * org.el (org-columns-ellipses): New option.
21612 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
21614         * org-colview.el (org-columns-add-ellipses): New function.
21615         (org-columns-compact-links): New function.
21616         (org-columns-cleanup-item): Call `org-columns-compact-links'.
21617         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
21618         when in agenda.
21619         (org-columns-edit-value): Fix bug with editing values from
21620         agenda column view.
21621         (org-columns-redo): Also redo the agenda itself.
21623 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
21625         * org-agenda.el (org-agenda-columns-remove-prefix-from-item):
21626         New option.
21628         * org-colview.el (org-agenda-columns-cleanup-item): New function.
21630         * org-exp.el (org-export-ascii-preprocess): Rename from
21631         `org-export-ascii-clean-string'.
21632         (org-export-kill-licensed-text)
21633         (org-export-define-heading-targets)
21634         (org-export-handle-invisible-targets)
21635         (org-export-target-internal-links)
21636         (org-export-remove-or-extract-drawers)
21637         (org-export-remove-archived-trees)
21638         (org-export-protect-quoted-subtrees)
21639         (org-export-protect-verbatim, org-export-protect-examples)
21640         (org-export-select-backend-specific-text)
21641         (org-export-mark-blockquote-and-verse)
21642         (org-export-remove-comment-blocks-and-subtrees)
21643         (org-export-handle-comments, org-export-mark-radio-links)
21644         (org-export-remove-special-table-lines)
21645         (org-export-normalize-links)
21646         (org-export-concatenate-multiline-links)
21647         (org-export-concatenate-multiline-emphasis): New functions,
21648         obtained from spliting the export preprocessor.
21650         * org-table.el (org-table-recalculate): Improve error message if
21651         the row number is invalid.
21653 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
21655         * org-archive.el (org-archive-save-context-info): Fix bugs in
21656         customization setup and docstring.
21658         * org-exp.el (org-export-html-style): Change the size of in the
21659         <pre> element to 90%.
21661 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
21663         * org.el (org-find-src-example-start): Function removed.
21664         (org-edit-src-find-region-and-lang): New function.
21666 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
21668         * org.el (org-edit-src-exit): New function.
21669         (org-exit-edit-mode): New minor mode.
21671         * org-exp.el (org-export-preprocess-string): Fix bug with removing
21672         comment-like lines from protected examples.
21674         * org.el (org-edit-src-example, org-find-src-example-start)
21675         (org-protect-source-example, org-edit-special): New functions.
21677 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
21679         * org-publish.el (org-publish-project-alist): Fix typo in
21680         docstring.
21681         (org-publish-project-alist): Handle :index-title property.
21683 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
21685         * org-export-latex.el (org-export-as-latex): Make sure region
21686         bounds are correct.  Parse subtree properties relating to export.
21688         * org-exp.el (org-export-add-options-to-plist): New function.
21689         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
21691 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
21693         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
21694         EXPORT_TITLE.
21696         * org-exp.el (org-export-get-title-from-subtree)
21697         (org-export-as-ascii, org-export-as-html): Make sure the original
21698         region-beginning and region-end are used, even after moving point.
21699         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
21700         property.
21702         * org-remember.el (org-remember-last-stored-marker): New variable.
21703         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
21704         (org-remember-handler): Also use marker to remember
21705         last-stored position.
21707         * org.el (org-goto-marker-or-bmk): New function.
21709 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
21711         * org.el (org-file-properties): Rename from `org-local-properties'.
21712         (org-scan-tags): Take file tags into account.
21713         (org-tags-match-list-sublevels): Default changed to t.
21715         * org-exp.el (org-export-as-html): Close paragraph after a footnote.
21717         * org.el (org-update-parent-todo-statistics): New function.
21719         * org-exp.el (org-icalendar-store-UID): New option.
21720         (org-icalendar-force-UID): Option removed.
21721         (org-print-icalendar-entries): IMplement UIDs.
21723 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
21725         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
21727 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
21729         * org-faces.el (org-column): Document how this face is being used
21730         and why sometimes the background faces shine through.
21732         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
21734         * org-publish.el (org-publish-attachment): Create publishing
21735         directory if it does not yet exist.
21737         * org-table.el (org-calc-default-modes): Change default number
21738         format to (float 8).
21740         * org.el (org-olpath-completing-read): New function.
21741         (org-time-clocksum-format): New option.
21742         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
21744         * org-clock.el (org-clock-display, org-clock-out)
21745         (org-update-mode-line): Use `org-time-clocksum-format'.
21747         * org-colview.el (org-columns-number-to-string):
21748         Use `org-time-clocksum-format'.
21750 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
21752         * org-id.el: New file, move from contrib to core.
21754         * org-exp.el (org-icalendar-force-UID): New option.
21756 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
21758         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
21759         shifted by one day if there is a date range without an end time.
21761         * org.el (org-try-structure-completion): New function.
21763 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
21765         * org.el (org-set-font-lock-defaults): Improve fontification of
21766         description lists.
21767         (org-insert-item): Handle description lists.
21768         (org-adaptive-fill-function): Improve auto indentation in
21769         description lists.
21771         * org-exp.el (org-export-as-html, org-export-preprocess-string):
21772         Implement VERSE environment.
21773         (org-export-preprocess-string): Implement the COMMENT
21774         environment.
21776         * org-export-latex.el (org-export-latex-preprocess):
21777         Implement VERSE environment.
21779 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
21781         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
21782         option.
21784 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
21786         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
21788         * org.el (org-quote-csv-field): New functions.
21790         * org-table.el (org-table-export-default-format): Remove :splice
21791         from default format, we get the same effect by not specifying
21792         :tstart and :tend.
21793         (org-table-export): Improve setup, distinguish better between
21794         interactive and non-interactive use, allow specifying the format
21795         on the fly, better protection against wrong file names.
21796         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
21797         and :tend when :splice is omitted.
21799 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
21801         * org-clock.el (org-clock-select-task): Make sure the selection
21802         letters are 1-9 and A-Z, no special characters.
21804 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
21806         * org-exp.el (org-export-htmlize): New group.
21807         (org-export-htmlize-output-type)
21808         (org-export-htmlize-css-font-prefix): New options.
21809         (org-export-htmlize-region-for-paste): New function.
21810         (org-export-htmlize-generate-css): New command.
21812 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
21814         * org.el (org-set-visibility-according-to-property): New function.
21815         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
21816         and compute the regular expressions, and update font-lock.
21817         (org-property-re): Allow a dash in property names.
21819         * org-archive.el (org-extract-archive-file): Insert the file name
21820         without the path into the format, to allow the location format to
21821         contain a subdirectory.
21823         * org-agenda.el (org-agenda-post-command-hook): If point is at end
21824         of buffer, and the `org-agenda-type' property undefined, use the
21825         value from the character before.
21827         * org.el (org-add-planning-info): Don't let indentation for
21828         would-be timestamp become extra whitespace at the end of headline.
21830 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
21832         * org.el (org-remove-double-quotes, org-file-contents):
21833         New functions.
21835         * org-exp.el (org-infile-export-plist): Also parse the
21836         contents of #+SETUPFILE files, recursively.
21838         * org.el (org-set-regexps-and-options): Also parse the
21839         contents of #+SETUPFILE files, recursively.
21841         * org-exp.el (org-export-handle-include-files): New function.
21842         (org-export-preprocess-string):
21843         Call `org-export-handle-include-files'.
21845         * org.el (org-delete-property-globally)
21846         (org-delete-property, org-set-property): Ignore case during
21847         completion.
21848         (org-set-property): Use `org-completing-read' instead of
21849         `completing-read'.
21851         * org.el (org-complete-expand-structure-template): New,
21852         experimental function.
21853         (org-structure-template-alist): New, experimental option.
21854         (org-complete): Call `org-complete-expand-structure-template'.
21856 2008-06-17  Bastien Guerry  <bzg@gnu.org>
21858         * org-export-latex.el (org-export-latex-preprocess):
21859         Add support for blockquotes.
21861 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
21863         * org.el (org-read-date-analyze): Catch the case where only a
21864         weekday is given.
21866 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
21868         * org.el (org-set-font-lock-defaults): Make the description
21869         tag bold.
21871         * org-exp.el (org-export-as-html, org-close-li):
21872         Implement description lists.
21874 2008-06-17  Jason Riedy  <jason@acm.org>
21876         * org-table.el (*orgtbl-default-fmt*): New variable.
21877         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
21878         when there is no other fmt available.
21880         (orgtbl-to-generic): Allow an explicitly nil :tstart or
21881         :tend to suppress the appropriate string.
21883         (orgtbl-to-orgtbl): New function for translating to another orgtbl
21884         table.
21886 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
21888         * org.el (org-read-date-analyze): "." as an alias for "+0" in
21889         read date.
21891         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
21892         New function.
21894         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
21895         New function.
21897 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
21899         * org-clock.el (org-clock-find-position): Don't include notes
21900         into clock drawer.
21902         * org-archive.el (org-archive-subtree): No longer remove an
21903         extra line after cutting the subtree.  `org-cut-subtree' already
21904         takes care of this.
21906         * org-remember.el (org-remember-handler): Only kill the target
21907         buffer if it does not contain the running clock.
21909         * org.el (org-markers-to-move): New variable.
21910         (org-save-markers-in-region, org-check-and-save-marker)
21911         (org-reinstall-markers-in-region): New function.
21912         (org-move-subtree-down, org-copy-subtree): Remember relative
21913         marker positions before cutting.
21914         (org-move-subtree-down, org-paste-subtree): Restore relative
21915         marker positions after pasting.
21917         * org-remember.el (org-remember-clock-out-on-exit): New option.
21918         (org-remember-finalize): Clock out only if the setting in
21919         `org-remember-clock-out-on-exit' requires it.
21920         (org-remember-handler): Do the cleanup in the buffer, to make sure
21921         that the clock marker remains in tact.
21923 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
21925         * org-clock.el (org-clock-goto): Widen buffer if necessary.
21926         (org-clock-in): Make sure that also tasks outside the narrowed
21927         region will be clocked in correctly.
21928         (org-clock-insert-selection-line): Widen the buffer so that we can
21929         find the correct task heading.
21931         * org.el (org-base-buffer): New function.
21933         * org-exp.el (org-icalendar-cleanup-string): Make sure ","
21934         and ";" are escaped.
21935         (org-print-icalendar-entries): Also apply
21936         `org-icalendar-cleanup-string' to the headline, not only to the
21937         summary property.
21939 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
21941         * org-exp.el (org-export-preprocess-hook): New hook.
21942         (org-export-preprocess-string): Call `org-export-preprocess-hook'.
21944         * org.el (org-font-lock-hook): New variable.
21945         (org-font-lock-hook): New function.
21946         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
21948 ;; Local Variables:
21949 ;; coding: utf-8
21950 ;; add-log-time-zone-rule: t
21951 ;; End:
21953         Copyright (C) 2008-2012  Free Software Foundation, Inc.
21955   This file is part of GNU Emacs.
21957   GNU Emacs is free software: you can redistribute it and/or modify
21958   it under the terms of the GNU General Public License as published by
21959   the Free Software Foundation, either version 3 of the License, or
21960   (at your option) any later version.
21962   GNU Emacs is distributed in the hope that it will be useful,
21963   but WITHOUT ANY WARRANTY; without even the implied warranty of
21964   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21965   GNU General Public License for more details.
21967   You should have received a copy of the GNU General Public License
21968   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.