summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-06-14 16:37:39 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-06-14 16:37:39 +0200
commit69675967e97dd968d8330fb7ef3fef588cccb57d (patch)
tree114f8896a9a2f932ecdf6ff5ef6d2025d082aab9
parent956a5a4cb17bc94dca1811d6cbc4daff92083343 (diff)
downloadorg-mode-69675967e97dd968d8330fb7ef3fef588cccb57d.tar.gz
org-manual: Add missing structure template key
* doc/org-manual.org (Structure Templates): Add "E" key.
-rw-r--r--doc/org-manual.org3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index e79d184..528c585 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -18257,18 +18257,17 @@ example, {{{kbd(< s TAB)}}} creates a code block. Enable it by
customizing ~org-modules~ or add ~(require 'org-tempo)~ to your Emacs
init file[fn:138].
-
#+attr_texinfo: :columns 0.1 0.9
| {{{kbd(a)}}} | =#+BEGIN_EXPORT ascii= ... =#+END_EXPORT= |
| {{{kbd(c)}}} | =#+BEGIN_CENTER= ... =#+END_CENTER= |
| {{{kbd(C)}}} | =#+BEGIN_COMMENT= ... =#+END_COMMENT= |
| {{{kbd(e)}}} | =#+BEGIN_EXAMPLE= ... =#+END_EXAMPLE= |
+| {{{kbd(E)}}} | =#+BEGIN_EXPORT= ... =#+END_EXPORT= |
| {{{kbd(h)}}} | =#+BEGIN_EXPORT html= ... =#+END_EXPORT= |
| {{{kbd(l)}}} | =#+BEGIN_EXPORT latex= ... =#+END_EXPORT= |
| {{{kbd(q)}}} | =#+BEGIN_QUOTE= ... =#+END_QUOTE= |
| {{{kbd(s)}}} | =#+BEGIN_SRC= ... =#+END_SRC= |
| {{{kbd(v)}}} | =#+BEGIN_VERSE= ... =#+END_VERSE= |
-#+TBLFM:
** Speed Keys
:PROPERTIES: