The patch below fixes (what i think) is a minor typo in the info
documentation.
Thanks for your great work on org-mode,
Best,
Rafael
>From 65d995992fdcb5a04c413f83fe5c68edf4508835 Mon Sep 17 00:00:00 2001
From: Rafael Laboissiere <raf...@laboissiere.net>
Date: Sun, 19 Oct 2014 22:37:39 +0200
Subject: [PATCH] org.texi: Remove extraneous backslash in key sequence
* doc/org.texi (ASCII bar plots): Remove the backslash character in
the key binding sequence for orgtbl-ascii-plot command.
I think that this backslash is not needed, since previously in the
same section, at subheading "Graphical plots using Gnuplot", there is
a similar key sequence without backslash @kbd{C-c " g}.
TINYCHANGE
---
doc/org.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/org.texi b/doc/org.texi
index 767fa1a..8e18d34 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -3345,7 +3345,7 @@ the data file.
@subheading ASCII bar plots
-While the cursor is on a column, typing @kbd{C-c \" a} or
+While the cursor is on a column, typing @kbd{C-c " a} or
@kbd{M-x orgtbl-ascii-plot @key{RET}} create a new column containing an
ASCII-art bars plot. The plot is implemented through a regular column
formula. When the source column changes, the bar plot may be updated by
--
2.1.1