org-mode.git
14 months agoRelease 7.8.04 release_7.8.04
Bastien Guerry [Fri, 16 Mar 2012 19:04:04 +0000]
Release 7.8.04

14 months agoMerge branch 'maint'
Bastien Guerry [Fri, 16 Mar 2012 19:02:48 +0000]
Merge branch 'maint'

14 months agodoc/org.texi: Use "ODT" instead of @acronym{ODT}.
Bastien Guerry [Fri, 16 Mar 2012 19:02:30 +0000]
doc/org.texi: Use "ODT" instead of @acronym{ODT}.

Using @acronym{} is better but we need to make this
change on the whole document and check that the doc
compiles correctly on the server with it.

14 months agoMerge branch 'maint'
Bastien Guerry [Fri, 16 Mar 2012 18:39:36 +0000]
Merge branch 'maint'

14 months agoorg-habit.el: Fix bug while inserting habit graph in the agenda buffer.
Thomas Morgan [Fri, 16 Mar 2012 18:35:44 +0000]
org-habit.el: Fix bug while inserting habit graph in the agenda buffer.

* org-habit.el (org-habit-insert-consistency-graphs): Fix bug
while inserting habit graph in the agenda buffer.

TINYCHANGE

14 months agoCorrectly match source block edit buffers.
Bastien Guerry [Fri, 16 Mar 2012 18:24:24 +0000]
Correctly match source block edit buffers.

* org-src.el (org-src-edit-buffer-p): New function.

* org.el (org-store-link): Use the new function to correctly
match source code buffer.

TINYCHANGE

Thanks to Ilya Shlyakhter for this patch.

14 months agoMerge branch 'maint'
Bastien Guerry [Fri, 16 Mar 2012 18:19:24 +0000]
Merge branch 'maint'

14 months agoorg-agenda.el: Fix the order conditions are being checked.
Bastien Guerry [Fri, 16 Mar 2012 18:18:41 +0000]
org-agenda.el: Fix the order conditions are being checked.

* org-agenda.el (org-agenda-skip-if): Fix the order conditions
are being checked.  Also enhance the docstring a bit.

TINYCHANGE

Thanks to Toby Cubitt for a patch to this effect.

14 months agoorg-agenda.el: Fix the display of indirect agenda window.
Bastien Guerry [Fri, 16 Mar 2012 18:05:26 +0000]
org-agenda.el: Fix the display of indirect agenda window.

* org-agenda.el (org-agenda-tree-to-indirect-buffer): Fix the
display of indirect agenda window.

TINYCHANGE

Thanks to Dave Abrahams for a patch to this effect.

14 months agoorg.el: Fix XEmacs compatibility bug when creating images.
Bastien Guerry [Fri, 16 Mar 2012 17:55:41 +0000]
org.el: Fix XEmacs compatibility bug when creating images.

* org.el (org-create-formula-image, org-dvipng-color): Fix
XEmacs compatibility bug.

TINYCHANGE

Thanks to Uwe Brauer for this patch.

14 months agoClocking work time: faster filtering of clock entries by trusting org-scanner-tags
Carsten Dominik [Fri, 16 Mar 2012 16:35:19 +0000]
Clocking work time: faster filtering of clock entries by trusting org-scanner-tags

* lisp/org-clock.el (org-clock-get-table-data): Bind org-scanner-tags
to tags-list and org-trust-scanner-tags to t while evaluating the
matcher, since the matcher is always evaluated at the current entry.

TINYCHANGE

14 months agoMerge branch 'master' of orgmode.org:org-mode
Carsten Dominik [Fri, 16 Mar 2012 16:33:05 +0000]
Merge branch 'master' of orgmode.org:org-mode

14 months agotags search: faster tags matcher by trusting scanner tags
Ilya Shlyakhter [Fri, 16 Mar 2012 19:13:08 +0000]
tags search: faster tags matcher by trusting scanner tags

On 3/16/2012 2:10 AM, Nick Dokos wrote:
 > One more thing that you'll need to do is put your patches in attachments
 > of a type that will allow patchwork to snag the patch:

Thanks, I was wondering why they're not showing up.
Here is another try (attached) for the org.el patch.

ilya
>From 95c38b06803aec0787bc2eaab3d0062221390292 Mon Sep 17 00:00:00 2001
From: Ilya Shlyakhter <ilya_shl@alum.mit.edu>
Date: Fri, 16 Mar 2012 00:10:25 -0400
Subject: [PATCH 2/2] Tags/properties matcher: faster matching by trusting
 org-scanner-tags

* lisp/org.el (org-scan-tags): Bind org-trust-scanner-tags to t
while evaluating the matcher, since the matcher is always evaluated
at the current entry.

TINYCHANGE

14 months agoFixed compiler warnings, including one small bug in ob-lilypond
Ilya Shlyakhter [Fri, 16 Mar 2012 05:52:03 +0000]
Fixed compiler warnings, including one small bug in ob-lilypond

* lisp/ob-lilypond.el (ly-compile-lilyfile): Fixed misplaced comma in a
quoting expression.

* lisp/org-pcomplete.el: added missing defvar definitions for org vars

* lisp/org-src.el: added declare-function line for org-babel-tangle

* lisp/ob.el (org-scan-tags): protected the variable tags-list with a let
(other) added missing defvar declarations.

TINYCHANGE

14 months agodocumentation of this new option to the :noweb header argument
Eric Schulte [Wed, 14 Mar 2012 19:12:11 +0000]
documentation of this new option to the :noweb header argument

* doc/org.texi (noweb): Documentation of this new option to the :noweb
  header argument.

14 months agoadd "eval" option to noweb
Eric Schulte [Wed, 14 Mar 2012 19:10:22 +0000]
add "eval" option to noweb

* lisp/ob.el (org-babel-merge-params): Add "eval" as acceptable noweb
  argument.
  (org-babel-noweb-p): The "eval" argument only expands during
  evaluation.

14 months agoorg-e-odt: Use new source code handling API
Jambunathan K [Wed, 14 Mar 2012 18:28:43 +0000]
org-e-odt: Use new source code handling API

14 months agoorg-element: Unhide contents of collapsed elements before entering them
Nicolas Goaziou [Wed, 14 Mar 2012 13:19:08 +0000]
org-element: Unhide contents of collapsed elements before entering them

* contrib/lisp/org-element.el (org-element-down): Unhide contents of
  collapsed elements before entering them.

14 months agoMerge branch 'origin-maint'
Eric Schulte [Wed, 14 Mar 2012 13:56:52 +0000]
Merge branch 'origin-maint'

Conflicts:
lisp/org-src.el

14 months agofix compiler warnings
Eric Schulte [Wed, 14 Mar 2012 13:55:04 +0000]
fix compiler warnings

* lisp/ob.el (org-strip-protective-commas): Declared.
* lisp/org-agenda.el (org-agenda-filtered-by-category): Declared.
  (org-agenda-filter-apply): Capture free variable.
* lisp/org-footnote.el (org-skip-whitespace): Declared.
* lisp/org-mobile.el (org-agenda-filter): Declared.
* lisp/org-src.el (org-strip-protective-commas): Declared.

14 months agoMerge branch 'origin-maint'
Eric Schulte [Wed, 14 Mar 2012 13:22:59 +0000]
Merge branch 'origin-maint'

14 months agoAdd autoload instruction before org-version
Sebastien Vauban [Tue, 28 Feb 2012 13:26:37 +0000]
Add autoload instruction before org-version

* org.el (org-version): Add autoload cookie.

TINYCHANGE

14 months agoorg-e-html: Use new source code handling API
Jambunathan K [Wed, 14 Mar 2012 09:56:28 +0000]
org-e-html: Use new source code handling API

14 months agoMerge branch 'maint'
David Maus [Wed, 14 Mar 2012 05:43:19 +0000]
Merge branch 'maint'

14 months agoRemove spurious quote in customization form choice
David Maus [Wed, 14 Mar 2012 05:17:25 +0000]
Remove spurious quote in customization form choice

* org-attach.el (org-attach-store-link-p): Remove spurious quote in
customization form choice.

Glitch discovered and fix suggested by Henning Weiss in
<CAKq33udFSsBP0egVrgfjcBnou+PhKtyYaGBn0SfMicp42h0=kw@mail.gmail.com>>.

14 months agoMerge branch 'maint'
David Maus [Wed, 14 Mar 2012 05:00:49 +0000]
Merge branch 'maint'

14 months agoAdd missing word to org-contacts y-or-n-p question
Tassilo Horn [Tue, 13 Mar 2012 12:19:39 +0000]
Add missing word to org-contacts y-or-n-p question

* org-contacts.el (org-contacts-check-mail-address): Add missing word
to y-or-n-p question.

14 months agoapply :shebang and :padline to shell script execution
Eric Schulte [Mon, 12 Mar 2012 17:23:53 +0000]
apply :shebang and :padline to shell script execution

* lisp/ob-sh.el (org-babel-execute:sh): Pass all params to subroutine.
  (org-babel-sh-evaluate): Apply :shebang and :padline to shell script
  execution.

14 months agoMerge branch 'origin-maint'
Eric Schulte [Mon, 12 Mar 2012 12:41:38 +0000]
Merge branch 'origin-maint'

14 months agoEnsure correct order for empty result wrapping blocks.
Eric Schulte [Mon, 12 Mar 2012 12:40:43 +0000]
Ensure correct order for empty result wrapping blocks.

* lisp/ob.el (org-babel-insert-result): Ensure correct order for empty
  result wrapping blocks.

14 months agofix whitespace errors
Eric Schulte [Mon, 12 Mar 2012 04:50:41 +0000]
fix whitespace errors

14 months agoMake auditioning of midi and pdf generations asynchronous, and add easy pdf generation.
Martyn Jago [Sat, 10 Mar 2012 15:00:57 +0000]
Make auditioning of midi and pdf generations asynchronous, and add easy pdf generation.

* lisp/ob-lilypond.el: Make auditioning of midi and pdf asynchronous,
  and add easy pdf generation in the form of `ly-gen-pdf' variable.

* testing/lisp/test-ob-lilypond.el: Tests for above.

14 months agoorg-export: Remove useless INFO argument from `org-export-unravel-code'
Nicolas Goaziou [Sat, 10 Mar 2012 19:25:32 +0000]
org-export: Remove useless INFO argument from `org-export-unravel-code'

* contrib/lisp/org-export.el (org-export-unravel-code): Remove INFO
  argument.  Fix a bug preventing code references to be properly
  recognized.
(org-export-format-code-default): Apply signature change.
(org-export-resolve-coderef): Fix a bug preventing code references to
be properly recognized.
* EXPERIMENTAL/org-e-latex.el (org-e-latex-src-block): Apply signature
  change.
* testing/lisp/test-org-export.el: Add tests.

14 months agotest-org-element: Fix a test about block switches
Nicolas Goaziou [Sat, 10 Mar 2012 12:46:35 +0000]
test-org-element: Fix a test about block switches

14 months agoorg-export: Change source code handling API
Nicolas Goaziou [Sat, 10 Mar 2012 10:37:13 +0000]
org-export: Change source code handling API

* contrib/lisp/org-element.el (org-element-example-block-parser,
  org-element-src-block-parser): Add `:number-lines',
  `:preserve-indent, `:retain-labels', `:use-labels'  and
  `:label-fmt' properties.
* contrib/lisp/org-export.el (org-export-resolve-coderef,
  org-export-get-loc): Apply changes to src-block and example-block
  elements' properties.
(org-export-unravel-code, org-export-format-code,
org-export-format-code-default): New functions.
(org-export-handle-code): Removed function.
* EXPERIMENTAL/org-e-latex.el (org-e-latex-example-block): Use new
  function.
(org-e-latex-src-block): Use new API.  Better handling of numbered
lines with special packages.
* EXPERIMENTAL/org-e-ascii.el (org-e-ascii-example-block,
  org-e-ascii-src-block): Use new functions.
* testing/lisp/test-org-element.el: Add tests.
* testing/lisp/test-org-export.el: Add tests.

14 months agoorg-element: New `org-element-down' function
Nicolas Goaziou [Fri, 9 Mar 2012 18:47:50 +0000]
org-element: New `org-element-down' function

* contrib/lisp/org-element.el (org-element-down): New function.
* testing/lisp/test-org-element.el: Add test.

14 months agoMerge branch 'origin-maint'
Eric Schulte [Fri, 9 Mar 2012 13:54:36 +0000]
Merge branch 'origin-maint'

14 months agoThe link generated by org-store-link is escaped twice when tangling with ":comments...
Deech [Thu, 8 Mar 2012 19:25:14 +0000]
The link generated by org-store-link is escaped twice when tangling with ":comments yes" flag.

* ob-tangle.el (org-babel-spec-to-string): The link generated by
  org-store-link is escaped twice when tangling with ":comments yes"
  flag.

14 months agoorg-html.el (org-export-as-html): Remove another useless space before tag.
Bastien Guerry [Fri, 9 Mar 2012 02:08:04 +0000]
org-html.el (org-export-as-html): Remove another useless space before tag.

* org-html.el (org-export-as-html): Remove another useless
space before tag.

Thanks to Mathias Bauer for spotting this.

14 months agoorg-html.el (org-export-as-html): Remove another useless space before tag.
Bastien Guerry [Fri, 9 Mar 2012 02:08:04 +0000]
org-html.el (org-export-as-html): Remove another useless space before tag.

* org-html.el (org-export-as-html): Remove another useless
space before tag.

Thanks to Mathias Bauer for spotting this.

14 months agoMerge branch 'maint'
Bastien Guerry [Fri, 9 Mar 2012 01:55:03 +0000]
Merge branch 'maint'

14 months agoorg-html.el (org-export-as-html): Remove useless space before tag.
Bastien Guerry [Fri, 9 Mar 2012 01:54:34 +0000]
org-html.el (org-export-as-html): Remove useless space before tag.

* org-html.el (org-export-as-html): Remove useless space
before tag.

Thanks to Mathias Bauer for spotting this.

14 months agoAdd autoload instruction before org-version
Sebastien Vauban [Tue, 28 Feb 2012 13:26:37 +0000]
Add autoload instruction before org-version

* org.el (org-version): Add autoload cookie.

TINYCHANGE

14 months agoMerge branch 'maint'
Bastien Guerry [Thu, 8 Mar 2012 13:08:38 +0000]
Merge branch 'maint'

14 months agoorg.el (org-get-category): Save match data.
Bastien Guerry [Thu, 8 Mar 2012 13:08:15 +0000]
org.el (org-get-category): Save match data.

* org.el (org-get-category): Save match data.

Thanks to Adam Spiers for spotting this issue.

14 months agoMerge branch 'maint'
Bastien Guerry [Thu, 8 Mar 2012 12:50:51 +0000]
Merge branch 'maint'

14 months agoFix typos
Adam Spiers [Thu, 8 Mar 2012 12:50:19 +0000]
Fix typos

14 months agoAdd example demonstrating LaTeX_CLASS_OPTIONS
Suvayu Ali [Thu, 8 Mar 2012 00:31:05 +0000]
Add example demonstrating LaTeX_CLASS_OPTIONS

* org.texi (Header and sectioning): Add example demonstrating how to use
  "LaTeX_CLASS_OPTIONS".

TINY CHANGE

14 months agoMerge branch 'master' of orgmode.org:org-mode
Bastien Guerry [Thu, 8 Mar 2012 08:50:34 +0000]
Merge branch 'master' of orgmode.org:org-mode

14 months agoorg-e-html: Improve handling of images, headlines and inlinetasks
Jambunathan K [Thu, 8 Mar 2012 07:55:58 +0000]
org-e-html: Improve handling of images, headlines and inlinetasks

1. Handle inlining of remote images
2. Proper handling of "alt" attribute for regular imgages and dvipnged
   fragments.
3. Support for Inlinetasks
4. Headlines are "transcoded" in three places:
   - org-e-html-headline (`org-e-html-format-headline')
   - org-e-html-inlinetask
   - org-e-html-toc (`org-e-html-format-toc-headline')

   These are now conveniently wrapped and cleared through
   'org-e-html-format-headline--wrap'.  The regular and toc headlines
   formatters mentioned afore take a superset of arguments allowed by
   `org-e-html-format-headline-function'.  Augmenting the signature of
   the `org-e-html-format-headline-function' is worth considering.

14 months agoMerge branch 'master' of orgmode.org:org-mode
Bastien Guerry [Wed, 7 Mar 2012 17:24:21 +0000]
Merge branch 'master' of orgmode.org:org-mode

14 months agoorg-export: Small fix
Nicolas Goaziou [Wed, 7 Mar 2012 17:02:57 +0000]
org-export: Small fix

* contrib/lisp/org-export.el (org-export-get-ordinal): Change signature.
* EXPERIMENTAL/org-e-ascii.el (org-e-ascii--build-caption): Apply
  changes to previous function

14 months agoorg-export: Predicate in `org-export-get-ordinal' accepts two arguments
Nicolas Goaziou [Wed, 7 Mar 2012 16:17:42 +0000]
org-export: Predicate in `org-export-get-ordinal' accepts two arguments

* contrib/lisp/org-export.el (org-export-get-ordinal): Predicate in
  `org-export-get-ordinal' accepts two arguments.

14 months agoMerge branch 'master' of orgmode.org:org-mode
Bastien Guerry [Wed, 7 Mar 2012 08:05:44 +0000]
Merge branch 'master' of orgmode.org:org-mode

14 months agoorg-e-html: Support for enumerating inline images
Jambunathan K [Tue, 6 Mar 2012 17:57:33 +0000]
org-e-html: Support for enumerating inline images

14 months agoMerge branch 'master' of orgmode.org:org-mode
Bastien Guerry [Tue, 6 Mar 2012 08:40:22 +0000]
Merge branch 'master' of orgmode.org:org-mode

14 months agoMerge branch 'origin-maint'
Eric Schulte [Mon, 5 Mar 2012 21:55:05 +0000]
Merge branch 'origin-maint'

14 months agodescribe the ability to execute noweb references in the manual
Eric Schulte [Mon, 5 Mar 2012 21:54:56 +0000]
describe the ability to execute noweb references in the manual

* doc/org.texi (Noweb reference syntax): Describe the ability to
  execute noweb references in the manual.

14 months agoMerge branches 'maint' and 'master' of orgmode.org:org-mode
Bastien Guerry [Mon, 5 Mar 2012 20:10:22 +0000]
Merge branches 'maint' and 'master' of orgmode.org:org-mode

14 months agoMerge branch 'maint' of orgmode.org:org-mode
Bastien Guerry [Mon, 5 Mar 2012 20:10:22 +0000]
Merge branch 'maint' of orgmode.org:org-mode

14 months agoMerge branch 'origin-maint'
Eric Schulte [Mon, 5 Mar 2012 17:46:01 +0000]
Merge branch 'origin-maint'

14 months agoimproved sbe documentation
Eric Schulte [Mon, 5 Mar 2012 17:45:25 +0000]
improved sbe documentation

14 months agoMerge branch 'origin-maint'
Eric Schulte [Mon, 5 Mar 2012 15:22:55 +0000]
Merge branch 'origin-maint'

14 months agofix two bugs related to calling tangle with a prefix argument
Eric Schulte [Mon, 5 Mar 2012 15:22:35 +0000]
fix two bugs related to calling tangle with a prefix argument

* lisp/ob-tangle.el (org-babel-tangle): Don't prompt for a file name
  if :tangle is specified.
* lisp/ob.el (org-babel-expand-noweb-references): Widen buffer when
  expanding noweb references.

14 months agoMerge branch 'origin-maint'
Eric Schulte [Mon, 5 Mar 2012 14:32:19 +0000]
Merge branch 'origin-maint'

14 months agofixed bug in `sbe' when variables are force interpreted as strings
Eric Schulte [Mon, 5 Mar 2012 14:32:03 +0000]
fixed bug in `sbe' when variables are force interpreted as strings

* lisp/ob-table.el (sbe): Don't accidentally leave a `t' value when
  variables are force interpreted as strings.

14 months agoMerge branch 'master' of orgmode.org:org-mode
David Maus [Sun, 4 Mar 2012 19:57:19 +0000]
Merge branch 'master' of orgmode.org:org-mode

14 months agoMerge branch 'maint'
David Maus [Sun, 4 Mar 2012 19:53:05 +0000]
Merge branch 'maint'

org-bbdb in master already contained declare-function for external
bbdb-functions.

Conflicts:
lisp/org-bbdb.el

14 months agoorg-e-odt: Bring it to the same level as org-e-html
Jambunathan K [Sun, 4 Mar 2012 19:52:20 +0000]
org-e-odt: Bring it to the same level as org-e-html

14 months agoorg-bbdb: Pass variable to avoid dynamic scoping.
David Maus [Sun, 4 Mar 2012 19:37:46 +0000]
org-bbdb: Pass variable to avoid dynamic scoping.

* org-bbdb.el (org-bbdb-open, org-bbdb-open-old)
(org-bbdb-open-new): Pass record name to avoid dynamic scoping.

14 months agoorg-bbdb: Declare functions, silence byte compiler
David Maus [Sun, 4 Mar 2012 19:35:04 +0000]
org-bbdb: Declare functions, silence byte compiler

* org-bbdb.el (bbdb-record-get-field, bbdb-search-name)
(bbdb-search-organization): Declare functions to silence byte
compiler.

14 months agoFix task cloning for repeating tasks
Bernt Hansen [Sat, 25 Feb 2012 07:43:16 +0000]
Fix task cloning for repeating tasks

* org.el (org-clone-subtree-with-time-shift): Fix task cloning for
repeating tasks using .+n and ++n syntax

Tasks with repeaters using .+n and ++n syntax retain the repeater in
all of the clones causing duplicate tasks.  These tasks are now
handled the same as the regular repeating task using +n syntax.

14 months agoorg-agenda: Handle case of heading w/ date but no keyword
Karl Fogel [Thu, 1 Mar 2012 00:45:05 +0000]
org-agenda: Handle case of heading w/ date but no keyword

* lisp/org-agenda.el (org-agenda-highlight-todo): Handle the case of a
  heading that has a date but no todo keyword.

This is a fix for the args-out-of-range bug discussed in these threads:

  http://thread.gmane.org/gmane.emacs.orgmode/52621
  http://thread.gmane.org/gmane.emacs.orgmode/52793
  http://thread.gmane.org/gmane.emacs.orgmode/52786
  http://thread.gmane.org/gmane.emacs.orgmode/52810

The discussions involved Ilya Shlyakhter, James Atwood, Nick Dokos,
and myself, and the subject headers are:

  bug report: agenda timeline crashes
  Bug report: weekly agenda and blank, timestamped headers
  org-agenda-list (from git) giving "args-out-of-range error"

TINYCHANGE

14 months agoorg-e-html: Support for cross references
Jambunathan K [Sun, 4 Mar 2012 18:49:35 +0000]
org-e-html: Support for cross references

14 months agoMerge branch 'maint'
Nicolas Goaziou [Sun, 4 Mar 2012 15:40:43 +0000]
Merge branch 'maint'

14 months agotest-org-footnote: Fix a broken test (part 2)
Nicolas Goaziou [Sun, 4 Mar 2012 15:39:43 +0000]
test-org-footnote: Fix a broken test (part 2)

* testing/lisp/test-org-footnote.el: Fix
  `test-org-footnote/normalize-outside-org'.

14 months agoMerge branch 'maint'
Nicolas Goaziou [Sun, 4 Mar 2012 14:55:41 +0000]
Merge branch 'maint'

14 months agotest-org-footnote: Fix a broken test
Nicolas Goaziou [Sun, 4 Mar 2012 14:53:55 +0000]
test-org-footnote: Fix a broken test

* testing/lisp/test-org-footnote.el: Fix failing
  `test-org-footnote/normalize-outside-org'.

14 months agotest-org-export: Fix broken test
Nicolas Goaziou [Sun, 4 Mar 2012 13:38:57 +0000]
test-org-export: Fix broken test

* testing/lisp/test-org-export.el (test-org-export/export-scope): In
  batch mode, `transient-mark-mode' must be turned on.

14 months agoorg-export: Avoid duplicates in `org-export-collect-footnote-definitions'
Nicolas Goaziou [Sun, 4 Mar 2012 10:57:16 +0000]
org-export: Avoid duplicates in `org-export-collect-footnote-definitions'

* contrib/lisp/org-element.el (org-element-map): New optional argument
  to avoid recursion into certain recursive types.
* contrib/lisp/org-export.el (org-export-footnote-first-reference-p,
  org-export-get-footnote-number,
  org-export-collect-footnote-definitions): Use new argument from
  `org-element-map'.
* testing/lisp/test-org-export.el: Add test.

The new argument allows to force entering footnotes definitions at
a certain time (when their first reference is found) but not a second
time when they are encountered in the parse tree.

Thanks to Jambunathan for reporting this.

14 months agoadding a test to protect the "results don't replace code block" functionality
Eric Schulte [Sat, 3 Mar 2012 14:43:49 +0000]
adding a test to protect the "results don't replace code block" functionality

14 months agofix code block replacement with results
Eric Schulte [Sat, 3 Mar 2012 14:35:12 +0000]
fix code block replacement with results

* lisp/ob.el (org-babel-find-named-result): Fix code block replacement
  with results.

14 months agofix code block replacement with results
Eric Schulte [Sat, 3 Mar 2012 14:35:12 +0000]
fix code block replacement with results

* lisp/ob.el (org-babel-find-named-result): Fix code block replacement
  with results.

14 months agoMerge branch 'maint'
Nicolas Goaziou [Sat, 3 Mar 2012 12:08:35 +0000]
Merge branch 'maint'

14 months agoorg-footnote: Small fix to previous commit
Nicolas Goaziou [Sat, 3 Mar 2012 12:07:59 +0000]
org-footnote: Small fix to previous commit

* lisp/org-footnote.el (org-footnote-normalize): Do not normalize
  labels when sort-only is non-nil.

14 months agoMerge branch 'maint'
Nicolas Goaziou [Sat, 3 Mar 2012 12:01:59 +0000]
Merge branch 'maint'

14 months agoorg-footnote: Clean-up `org-footnote-normalize'
Nicolas Goaziou [Sat, 3 Mar 2012 12:00:46 +0000]
org-footnote: Clean-up `org-footnote-normalize'

* lisp/org-footnote.el (org-footnote-normalize): Remove an useless
  part of the function.
(org-insert-footnote-reference-near-definition): Remove function.

14 months agoMerge branch 'maint'
Nicolas Goaziou [Fri, 2 Mar 2012 21:38:26 +0000]
Merge branch 'maint'

14 months agoorg-footnote: Fix normalization of inline footnotes with no footnote section
Nicolas Goaziou [Fri, 2 Mar 2012 21:37:12 +0000]
org-footnote: Fix normalization of inline footnotes with no footnote section

* lisp/org-footnote.el (org-footnote-normalize): Fix normalization of
  inline footnotes with no footnote section.
* testing/lisp/test-org-footnote.el: New test file.

Thanks to Samuel Wales for reporting this.

14 months agoMerge branch 'origin-maint'
Eric Schulte [Fri, 2 Mar 2012 19:37:30 +0000]
Merge branch 'origin-maint'

14 months agoimprove cache documentation when session evaluation is used
Eric Schulte [Fri, 2 Mar 2012 19:36:48 +0000]
improve cache documentation when session evaluation is used

* doc/org.texi (cache): Improve cache documentation when session
  evaluation is used.

14 months agoMerge branch 'maint'
David Maus [Fri, 2 Mar 2012 16:30:03 +0000]
Merge branch 'maint'

14 months agoorg-bbdb: Check for BBDB version depending on available functions
David Maus [Fri, 2 Mar 2012 16:28:17 +0000]
org-bbdb: Check for BBDB version depending on available functions

* org-bbdb.el (org-bbdb-old): Replace `defvar' after loading 'bbdb to
check for old or new version by a check for the required function in
`org-bbdb-open' and `org-bbdb-store-link'.
(org-bbdb-store-link, org-bbdb-open): Check which version of bbdb is
to be used.

This is a follow up of ddf4f1e7a95608b2223dee7170ecd4a51788def4.

Instead of depending on the loading of bbdb we do a check for the
required function in `org-bbdb-open' and `org-bbdb-store-link'.

14 months agoorg-e-html: Fix a typo
Jambunathan K [Fri, 2 Mar 2012 15:29:40 +0000]
org-e-html: Fix a typo

14 months agotest-org: Fix a broken test
Nicolas Goaziou [Fri, 2 Mar 2012 14:14:23 +0000]
test-org: Fix a broken test

* testing/lisp/test-org.el (test-org-export/fuzzy-links): Fix the "No
  link found" error.

14 months agoorg-e-html/org-e-odt: Support for code numbering
Jambunathan K [Fri, 2 Mar 2012 07:40:12 +0000]
org-e-html/org-e-odt: Support for code numbering

14 months agoMerge branch 'origin-maint'
Eric Schulte [Thu, 1 Mar 2012 20:15:06 +0000]
Merge branch 'origin-maint'

14 months agoDon't miss a code block when there are confounding spaces after the result name.
Eric Schulte [Thu, 1 Mar 2012 20:15:00 +0000]
Don't miss a code block when there are confounding spaces after the result name.

* lisp/ob.el (org-babel-find-named-result): Don't miss a code block
  when there are confounding spaces after the result name.

14 months agoMerge branch 'origin-maint'
Eric Schulte [Thu, 1 Mar 2012 20:06:22 +0000]
Merge branch 'origin-maint'

14 months agoFixed call line matching regular expressions
Eric Schulte [Thu, 1 Mar 2012 20:04:15 +0000]
Fixed call line matching regular expressions

* lisp/ob-lob.el (org-babel-block-lob-one-liner-regexp): Less greedy
  regular expressions.
  (org-babel-inline-lob-one-liner-regexp): Less greedy regular
  expressions.