summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-03-16 19:25:01 -0400
committerKyle Meyer <kyle@kyleam.com>2014-03-16 19:25:01 -0400
commit914a41d841b969f5e9e08026ecee4a9fcc581665 (patch)
treed52eab577adfc875c234480864b257147f46a151
parent227240652ff3e5d6595c56946dc5dda8eb7355e8 (diff)
downloadbog-914a41d841b969f5e9e08026ecee4a9fcc581665.tar.gz
DOC: Remove redundant table in README
-rw-r--r--README.md55
-rw-r--r--bog-readme.org11
2 files changed, 0 insertions, 66 deletions
diff --git a/README.md b/README.md
index d47c9f0..a62bda5 100644
--- a/README.md
+++ b/README.md
@@ -115,61 +115,6 @@ The variables below are important for specifying how Bog behaves.
Bog doesn't claim any keybindings, but using "C-c b" as a prefix while
in Org mode is a good option.
-<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
-
-
-<colgroup>
-<col class="left" />
-
-<col class="left" />
-</colgroup>
-<thead>
-<tr>
-<th scope="col" class="left">Key</th>
-<th scope="col" class="left">Command</th>
-</tr>
-</thead>
-
-<tbody>
-<tr>
-<td class="left">C-c b p</td>
-<td class="left">`bog-find-citekey-pdf`</td>
-</tr>
-
-
-<tr>
-<td class="left">C-c b r</td>
-<td class="left">`bog-rename-staged-pdf-to-citekey`</td>
-</tr>
-
-
-<tr>
-<td class="left">C-c b b</td>
-<td class="left">`bog-find-citekey-bib`</td>
-</tr>
-
-
-<tr>
-<td class="left">C-c b h</td>
-<td class="left">`bog-goto-citekey-heading-in-buffer`</td>
-</tr>
-
-
-<tr>
-<td class="left">C-c b H</td>
-<td class="left">`bog-goto-citekey-heading-in-notes`</td>
-</tr>
-
-
-<tr>
-<td class="left">C-c b w</td>
-<td class="left">`bog-search-citekey-on-web`</td>
-</tr>
-</tbody>
-</table>
-
-This can be achieved by placing the code below in your .emacs file.
-
(define-prefix-command 'bog-map)
(define-key org-mode-map (kbd "C-c b") 'bog-map)
(define-key bog-map "p" 'bog-find-citekey-pdf)
diff --git a/bog-readme.org b/bog-readme.org
index 3ec1992..f58c772 100644
--- a/bog-readme.org
+++ b/bog-readme.org
@@ -123,17 +123,6 @@ The variables below are important for specifying how Bog behaves.
Bog doesn't claim any keybindings, but using "C-c b" as a prefix while
in Org mode is a good option.
-| Key | Command |
-|---------+--------------------------------------|
-| C-c b p | =bog-find-citekey-pdf= |
-| C-c b r | =bog-rename-staged-pdf-to-citekey= |
-| C-c b b | =bog-find-citekey-bib= |
-| C-c b h | =bog-goto-citekey-heading-in-buffer= |
-| C-c b H | =bog-goto-citekey-heading-in-notes= |
-| C-c b w | =bog-search-citekey-on-web= |
-
-This can be achieved by placing the code below in your .emacs file.
-
#+begin_src emacs-lisp
(define-prefix-command 'bog-map)
(define-key org-mode-map (kbd "C-c b") 'bog-map)