git bisect shows that
http://orgmode.org/w/?p=org-mode.git;a=commitdiff;h=cd05598dcd30f98f3919213752c72f911d9c2489
broke "make info":
org.texi:8822: Misplaced {.
org.texi:8822: Misplaced }.
this patch resolves it for me:
---
doc/org.texi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/org.texi b/doc/org.texi
index 135c8ef..aa34cd3 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -8822,7 +8822,7 @@ the object with @code{\ref@{tab:basic-data@}}:
Optionally, the caption can take the form:
@example
-#+CAPTION: [Caption for list of figures]{Caption for table (or link).}
+#+CAPTION: [Caption for list of figures]@{Caption for table (or link).@}
@end example
@cindex inlined images, markup rules
--
1.6.2.1
Michael