From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Gray Subject: [PATCH] Two small documentation patches Date: Fri, 24 Oct 2008 12:43:20 +0200 Message-ID: <868wse8e9j.fsf@portan.ibr.cs.tu-bs.de> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KtK8b-0003Ag-Ud for emacs-orgmode@gnu.org; Fri, 24 Oct 2008 06:43:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KtK8a-00039n-4p for emacs-orgmode@gnu.org; Fri, 24 Oct 2008 06:43:25 -0400 Received: from [199.232.76.173] (port=47128 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KtK8Z-00039g-UD for emacs-orgmode@gnu.org; Fri, 24 Oct 2008 06:43:23 -0400 Received: from fg-out-1718.google.com ([72.14.220.157]:44709) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KtK8Z-0000G7-1l for emacs-orgmode@gnu.org; Fri, 24 Oct 2008 06:43:23 -0400 Received: by fg-out-1718.google.com with SMTP id l26so946949fgb.30 for ; Fri, 24 Oct 2008 03:43:21 -0700 (PDT) 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: emacs-orgmode@gnu.org --=-=-= Hi, Here are two small patches for mistakes that I noticed. Cheers, Chris --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0002-Fixed-a-typo.patch >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 --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-Changed-the-manual-to-reflect-that-C-c-C-x-C-k-does.patch >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 --=-=-= 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 --=-=-=--