emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] fix typo in org.texi
@ 2012-06-16 13:09 Jan Böcker
  2012-07-06  8:36 ` [Accepted] " Bastien Guerry
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Böcker @ 2012-06-16 13:09 UTC (permalink / raw)
  To: Org Mode

[-- Attachment #1: Type: text/plain, Size: 129 bytes --]

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

Best regards,
   Jan

[-- Attachment #2: 0001-org.texi-fix-typo.patch --]
[-- Type: text/x-patch, Size: 1055 bytes --]

From 7daa1f794794d515624ab28310db81a0e4099ea5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20B=C3=B6cker?= <jan.boecker@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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Accepted]  fix typo in org.texi
  2012-06-16 13:09 [PATCH] fix typo in org.texi Jan Böcker
@ 2012-07-06  8:36 ` Bastien Guerry
  0 siblings, 0 replies; 4+ messages in thread
From: Bastien Guerry @ 2012-07-06  8:36 UTC (permalink / raw)
  To: emacs-orgmode

Patch 1352 (http://patchwork.newartisans.com/patch/1352/) is now "Accepted".

Maintainer comment: none

This relates to the following submission:

http://mid.gmane.org/%3C4FDC8576.5000509%40jboecker.de%3E

Here is the original message containing the patch:

> Content-Type: text/plain; charset="utf-8"
> MIME-Version: 1.0
> Content-Transfer-Encoding: 7bit
> Subject: [O] fix typo in org.texi
> Date: Sat, 16 Jun 2012 18:09:10 -0000
> From: =?utf-8?b?SmFuIELDg8K2Y2tlciA8amFuLmJvZWNrZXJAamJvZWNrZXIuZGU+?=
> X-Patchwork-Id: 1352
> Message-Id: <4FDC8576.5000509@jboecker.de>
> To: Org Mode <emacs-orgmode@gnu.org>
> 
> 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.boecker@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
> 
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] Fix typo in org.texi
@ 2014-10-19 23:35 Rafael Laboissiere
  2014-10-20  9:25 ` Bastien
  0 siblings, 1 reply; 4+ messages in thread
From: Rafael Laboissiere @ 2014-10-19 23:35 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 138 bytes --]

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


[-- Attachment #2: 0001-org.texi-Remove-extraneous-backslash-in-key-sequence.patch --]
[-- Type: text/x-diff, Size: 1160 bytes --]

From 65d995992fdcb5a04c413f83fe5c68edf4508835 Mon Sep 17 00:00:00 2001
From: Rafael Laboissiere <rafael@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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] Fix typo in org.texi
  2014-10-19 23:35 [PATCH] Fix " Rafael Laboissiere
@ 2014-10-20  9:25 ` Bastien
  0 siblings, 0 replies; 4+ messages in thread
From: Bastien @ 2014-10-20  9:25 UTC (permalink / raw)
  To: Rafael Laboissiere; +Cc: emacs-orgmode

Hi Rafael,

Rafael Laboissiere <rafael@laboissiere.net> writes:

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

Applied, thanks,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-10-20  9:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-16 13:09 [PATCH] fix typo in org.texi Jan Böcker
2012-07-06  8:36 ` [Accepted] " Bastien Guerry
  -- strict thread matches above, loose matches on Subject: below --
2014-10-19 23:35 [PATCH] Fix " Rafael Laboissiere
2014-10-20  9:25 ` Bastien

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).