From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH] Two small documentation patches Date: Sat, 25 Oct 2008 13:16:58 +0200 Message-ID: <7B0F1340-B47A-4677-A060-427D008D3B5D@uva.nl> References: <868wse8e9j.fsf@portan.ibr.cs.tu-bs.de> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: multipart/mixed; boundary="===============1723274200==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kth8l-0001CS-W8 for emacs-orgmode@gnu.org; Sat, 25 Oct 2008 07:17:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kth8j-0001BV-N1 for emacs-orgmode@gnu.org; Sat, 25 Oct 2008 07:17:06 -0400 Received: from [199.232.76.173] (port=51307 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kth8i-0001B7-VF for emacs-orgmode@gnu.org; Sat, 25 Oct 2008 07:17:05 -0400 Received: from ey-out-1920.google.com ([74.125.78.149]:17502) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kth8i-00065s-7U for emacs-orgmode@gnu.org; Sat, 25 Oct 2008 07:17:04 -0400 Received: by ey-out-1920.google.com with SMTP id 4so522709eyg.24 for ; Sat, 25 Oct 2008 04:17:02 -0700 (PDT) In-Reply-To: <868wse8e9j.fsf@portan.ibr.cs.tu-bs.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Chris Gray Cc: emacs-orgmode@gnu.org --===============1723274200== Content-Type: multipart/alternative; boundary=Apple-Mail-1--334400571 --Apple-Mail-1--334400571 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Hi Chris, thank you very much, I have applied these changes. - Carsten On Oct 24, 2008, at 12:43 PM, Chris Gray wrote: > Hi, > > Here are two small patches for mistakes that I noticed. > > Cheers, > Chris > > From bf20c636036f310a761962b861b9e8acf6113863 Mon Sep 17 00:00:00 2001 > From: Chris Gray > Date: Fri, 24 Oct 2008 11:07:38 +0200 > Subject: [PATCH] Fixed a typo. > > --- > README_GIT | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/README_GIT b/README_GIT > index 21f64cf..1b64653 100644 > --- a/README_GIT > +++ b/README_GIT > @@ -9,7 +9,7 @@ development. > > * Main rules > > -1. The git repository is hosted publicly at repo.or.cs. Anyone > +1. The git repository is hosted publicly at repo.or.cz. Anyone > can get a clone of the current repository state using the > command > > -- > 1.5.4.3 > > From 5f7be157adf2beff7655fa0fab29ba765ac3494a Mon Sep 17 00:00:00 2001 > From: Chris Gray > Date: Fri, 24 Oct 2008 11:04:04 +0200 > Subject: [PATCH] Changed the manual to reflect that C-c C-x C-k does > not run the action > `org-cut-special'. > > --- > doc/org.texi | 2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/doc/org.texi b/doc/org.texi > index f359a96..fe6953f 100644 > --- a/doc/org.texi > +++ b/doc/org.texi > @@ -928,9 +928,7 @@ level). > @item M-S-@key{down} > Move subtree down (swap with next subtree of same level). > @kindex C-c C-x C-w > -@kindex C-c C-x C-k > @item C-c C-x C-w > -@itemx C-c C-x C-k > Kill subtree, i.e. remove it from buffer but save in kill ring. > With a numeric prefix argument N, kill N sequential subtrees. > @kindex C-c C-x M-w > -- > 1.5.4.3 > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode --Apple-Mail-1--334400571 Content-Type: text/html; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi = Chris,

thank you very much, I have applied these = changes.

- Carsten

On = Oct 24, 2008, at 12:43 PM, Chris Gray wrote:

Hi,

Here are two small patches for mistakes that I = noticed.

Cheers,
Chris

=46rom = bf20c636036f310a761962b861b9e8acf6113863 Mon Sep 17 00:00:00 = 2001
From: Chris Gray <cmg@portan.ibr.cs.tu-bs.de>=
Date: Fri, 24 Oct 2008 11:07:38 +0200
Subject: [PATCH] Fixed a = typo.

---
README_GIT |    2 +-
1 files = changed, 1 insertions(+), 1 deletions(-)

diff --git a/README_GIT = b/README_GIT
index 21f64cf..1b64653 100644
--- a/README_GIT
+++ = b/README_GIT
@@ -9,7 +9,7 @@ development.

* Main = rules

-1. The git repository is hosted publicly at repo.or.cs. =  Anyone
+1. The git repository is hosted publicly at repo.or.cz. =  Anyone
   can get a clone of the current = repository state using the
   command

-- =
1.5.4.3

=46rom 5f7be157adf2beff7655fa0fab29ba765ac3494a Mon = Sep 17 00:00:00 2001
From: Chris Gray <cmg@portan.ibr.cs.tu-bs.de>=
Date: Fri, 24 Oct 2008 11:04:04 +0200
Subject: [PATCH] Changed = the manual to reflect that C-c C-x C-k does not run the action
= `org-cut-special'.

---
doc/org.texi |    2 = --
1 files changed, 0 insertions(+), 2 deletions(-)

diff = --git a/doc/org.texi b/doc/org.texi
index f359a96..fe6953f = 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -928,9 +928,7 = @@ level).
@item M-S-@key{down}
Move subtree down (swap with = next subtree of same level).
@kindex C-c C-x C-w
-@kindex C-c C-x = C-k
@item C-c C-x C-w
-@itemx C-c C-x C-k
Kill subtree, i.e. = remove it from buffer but save in kill ring.
With a numeric prefix = argument N, kill N sequential subtrees.
@kindex C-c C-x M-w
-- =
1.5.4.3

_______________________________________________
Emac= s-orgmode mailing list
Remember: use `Reply All' to send replies to = the list.
Emacs-orgmode@gnu.org
http://= lists.gnu.org/mailman/listinfo/emacs-orgmode

= --Apple-Mail-1--334400571-- --===============1723274200== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1723274200==--