* [PATCH] org.texi: tiny bugfix
@ 2011-05-11 10:30 Michael Brand
0 siblings, 0 replies; only message in thread
From: Michael Brand @ 2011-05-11 10:30 UTC (permalink / raw)
To: Org Mode; +Cc: org-mode
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-05-11 10:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-11 10:30 [PATCH] org.texi: tiny bugfix Michael Brand
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).