* [PATCH] ; * doc/org.texi (Key bindings and useful functions): Beautify table.
@ 2017-01-08 21:56 Gregor Zattler
2017-01-08 23:35 ` Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Gregor Zattler @ 2017-01-08 21:56 UTC (permalink / raw)
To: emacs-orgmode
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:
-@multitable @columnfractions 0.45 0.55
+@multitable @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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ; * doc/org.texi (Key bindings and useful functions): Beautify table.
2017-01-08 21:56 [PATCH] ; * doc/org.texi (Key bindings and useful functions): Beautify table Gregor Zattler
@ 2017-01-08 23:35 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2017-01-08 23:35 UTC (permalink / raw)
To: emacs-orgmode
Hello,
Gregor Zattler <telegraph@gmx.net> writes:
> Correctly render table of org-babel key bindings even in info
> mode. [tiny change]
Applied. Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-01-08 23:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-08 21:56 [PATCH] ; * doc/org.texi (Key bindings and useful functions): Beautify table Gregor Zattler
2017-01-08 23:35 ` Nicolas Goaziou
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).