Re: [O] [PATCH] Fix typo in org.texi

2014-10-20 Thread Bastien
Hi Rafael,

Rafael Laboissiere raf...@laboissiere.net writes:

 The patch below fixes (what i think) is a minor typo in the info
 documentation.

Applied, thanks,

-- 
 Bastien



[O] [PATCH] Fix typo in org.texi

2014-10-19 Thread Rafael Laboissiere
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



[O] [PATCH] Fix typo in org.texi that broke compilation

2013-02-22 Thread Suvayu Ali
Attached

-- 
Suvayu

Open source is the future. It sets us free.
From 3dc825a44e37dd2b8e9ca51428b309ee26326746 Mon Sep 17 00:00:00 2001
From: Suvayu Ali fatkasuvayu+li...@gmail.com
Date: Fri, 22 Feb 2013 14:29:24 +0100
Subject: [PATCH] Fix typo in org.texi that broke compilation

---
 doc/org.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/org.texi b/doc/org.texi
index 268cf67..50bb211 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -6562,7 +6562,7 @@ used a special setup for @file{remember.el}, then 
replaced it with
 @file{org-remember.el}.  As of version 8.0, @file{org-remember.el} has
 been completely replaced by @file{org-capture.el}.
 
-If your configuration depends on @fite{org-remember.el}, you need to update
+If your configuration depends on @file{org-remember.el}, you need to update
 it and use the setup described below.  To convert your
 @code{org-remember-templates}, run the command
 @example
-- 
1.8.1.2



Re: [O] [PATCH] Fix typo in org.texi that broke compilation

2013-02-22 Thread Bastien
Suvayu Ali fatkasuvayu+li...@gmail.com writes:

 Attached

Applied, thanks, and sorry for the typo!

-- 
 Bastien



[O] [PATCH] fix typo in org.texi

2012-06-16 Thread Jan Böcker

The attached patch fixes a typo in the documentation.
I hope I got the format of the commit message right.

Best regards,
  Jan
From 7daa1f794794d515624ab28310db81a0e4099ea5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20B=C3=B6cker?= jan.boec...@jboecker.de
Date: Sat, 16 Jun 2012 15:04:43 +0200
Subject: [PATCH] org.texi: fix typo

* doc/org.texi (The spreadsheet): fix typo
---
 doc/org.texi |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/org.texi b/doc/org.texi
index 28d2a06..e1337c0 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -2706,7 +2706,7 @@ modified in order to still reference the same field.  To avoid this from
 happening, in particular in range references, anchor ranges at the table
 borders (using @code{@@}, @code{@@}, @code{$}, @code{$}), or at hlines
 using the @code{@@I} notation.  Automatic adaptation of field references does
-of cause not happen if you edit the table structure with normal editing
+of course not happen if you edit the table structure with normal editing
 commands---then you must fix the equations yourself.
 
 Instead of typing an equation into the field, you may also use the following
-- 
1.7.10.3