emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [PATCH] ; * doc/org.texi (Key bindings and useful functions): Beauti


From: Gregor Zattler
Subject: [O] [PATCH] ; * doc/org.texi (Key bindings and useful functions): Beautify table.
Date: Sun, 8 Jan 2017 22:56:50 +0100

Correctly render table of org-babel key bindings even in info
mode. [tiny change]

Copyright-paperwork-exempt: yes
---
 in
 
http://orgmode.org/manual/Key-bindings-and-useful-functions.html#Key-bindings-and-useful-functions
 there is a table with two key bindings on every line where as in 
 (info "Key bindings an useful functions")) these lines are split
 up so that part of the second key binding is on a separate line:
 
 #+BEGIN_EXAMPLE
    Active key bindings in Org mode buffer:
 
 ‘C-c C-v p’   or   ‘C-c C-v      ‘org-babel-previous-src-block’
 C-p’
 ‘C-c C-v n’   or   ‘C-c C-v      ‘org-babel-next-src-block’
 C-n’
 #+END_EXAMPLE
 
 This is how I would expect this lines to look:
 
 #+BEGIN_EXAMPLE
    Active key bindings in Org mode buffer:
 
 ‘C-c C-v p’   or   ‘C-c C-v C-p’     ‘org-babel-previous-src-block’
 
 ‘C-c C-v n’   or   ‘C-c C-v C-n’     ‘org-babel-next-src-block’
 #+END_EXAMPLE
 
 
 I consider this to be a bug.  This trivial patch fixes this.

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

diff --git a/doc/org.texi b/doc/org.texi
index 2d153ac25..7772d8b84 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -16716,7 +16716,7 @@ Active key bindings in code blocks:
 
 Active key bindings in Org mode buffer:
 
address@hidden @columnfractions 0.45 0.55
address@hidden @columnfractions 0.5 0.5
 @kindex C-c C-v p
 @kindex C-c C-v C-p
 @item @kbd{C-c C-v p} @ @ @r{or} @ @ @kbd{C-c C-v C-p} @tab 
@code{org-babel-previous-src-block}
-- 
2.11.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]