[O] Documentation patch

2016-01-06 Thread Thomas S . Dye
Aloha all,

The attached patch changes "keybinding" to "key binding" in org.texi to
make that file consistent internally and with the Emacs manual.

All the best,
Tom

>From 932fd7c2f51b5f492e4542fa32c91abbbe7c2437 Mon Sep 17 00:00:00 2001
From: tsdye 
Date: Wed, 6 Jan 2016 07:18:00 -1000
Subject: [PATCH] Change "keybinding" to "key binding"

---
 doc/org.texi | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/doc/org.texi b/doc/org.texi
index 14ac5ee..d4f0a64 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -1123,15 +1123,15 @@ enhance its readability, but you can use lowercase in your Org
 files@footnote{Easy templates insert lowercase keywords and Babel dynamically
 inserts @code{#+results}.}.
 
-@subsubheading Keybindings and commands
+@subsubheading Key bindings and commands
 @kindex C-c a
 @findex org-agenda
 @kindex C-c c
 @findex org-capture
 
-The manual suggests a few global keybindings, in particular @kbd{C-c a} for
+The manual suggests a few global key bindings, in particular @kbd{C-c a} for
 @code{org-agenda} and @kbd{C-c c} for @code{org-capture}.  These are only
-suggestions, but the rest of the manual assumes that these keybindings are in
+suggestions, but the rest of the manual assumes that these key bindings are in
 place in order to list commands by key access.
 
 Also, the manual lists both the keys and the corresponding commands for
@@ -6567,7 +6567,7 @@ the agenda (@pxref{Weekly/daily agenda}) to show which tasks have been
 worked on or closed during a day.
 
 @strong{Important:} note that both @code{org-clock-out} and
-@code{org-clock-in-last} can have a global keybinding and will not
+@code{org-clock-in-last} can have a global key binding and will not
 modify the window disposition.
 
 @node The clock table
@@ -6984,7 +6984,7 @@ suggestion.}  for capturing new material.
 
 @table @kbd
 @orgcmd{C-c c,org-capture}
-Call the command @code{org-capture}.  Note that this keybinding is global and
+Call the command @code{org-capture}.  Note that this key binding is global and
 not active by default: you need to install it.  If you have templates
 @cindex date tree
 defined @pxref{Capture templates}, it will offer these templates for
@@ -16758,8 +16758,8 @@ In an Org mode buffer, the following key bindings are active:
 @item @kbd{C-c C-v x} @ @ @r{or} @ @ @kbd{C-c C-v C-x} @tab @code{org-babel-do-key-sequence-in-edit-buffer}
 @end multitable
 
-@c When possible these keybindings were extended to work when the control key is
-@c kept pressed, resulting in the following additional keybindings.
+@c When possible these key bindings were extended to work when the control key is
+@c kept pressed, resulting in the following additional key bindings.
 
 @c @multitable @columnfractions 0.25 0.75
 @c @item @kbd{C-c C-v C-a} @tab @code{org-babel-sha1-hash}
-- 
2.6.4


-- 
Thomas S. Dye
http://www.tsdye.com


Re: [O] Documentation patch

2016-01-06 Thread Nicolas Goaziou
Hello,

Thomas S. Dye  writes:

> The attached patch changes "keybinding" to "key binding" in org.texi to
> make that file consistent internally and with the Emacs manual.

Applied. Thank you.

Regards,

-- 
Nicolas Goaziou



Re: [O] Documentation patch

2015-07-27 Thread Rasmus
Thomas S. Dye t...@tsdye.com writes:

 Add a clause to indicate some languages don't support multiple Babel
 sessions.

Thanks.  Pushed!

-- 
Dobbelt-A




[O] Documentation patch

2015-07-26 Thread Thomas S . Dye
Aloha all,

Add a clause to indicate some languages don't support multiple Babel
sessions.

All the best,
Tom

From 4898a641571fa82b1e1351b74feea6e9d56994aa Mon Sep 17 00:00:00 2001
From: tsdye t...@tsdye.com
Date: Sun, 26 Jul 2015 14:39:23 -1000
Subject: [PATCH] Some languages don't support multiple sessions

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

diff --git a/doc/org.texi b/doc/org.texi
index d420259..e4a6ad4 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -15995,7 +15995,8 @@ session a name.  For example, @code{:session mysession}.  If @code{:session}
 is given but no name string is specified, the session is named according to
 the language used in the block.  All blocks with the same session name share
 the same session.  Using different session names enables concurrent sessions
-(even for the same interpreted language).
+(even for the same interpreted language, if the language supports multiple
+sessions).
 
 @end itemize
 
-- 
2.4.5


-- 
Thomas S. Dye
http://www.tsdye.com