emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Gregor Zattler <telegraph@gmx.net>
To: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: [PATCH] ; * doc/org.texi (Key bindings and useful functions): Beautify table.
Date: Sun, 8 Jan 2017 22:56:50 +0100	[thread overview]
Message-ID: <20170108215650.uqbi64ijsr34d73u@len.workgroup> (raw)

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

             reply	other threads:[~2017-01-08 21:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-08 21:56 Gregor Zattler [this message]
2017-01-08 23:35 ` [PATCH] ; * doc/org.texi (Key bindings and useful functions): Beautify table Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170108215650.uqbi64ijsr34d73u@len.workgroup \
    --to=telegraph@gmx.net \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).