From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: [PATCH] org.texi: Document quick insertion of empty structural elements Date: Sat, 14 Aug 2010 05:25:14 +0530 Message-ID: <814oeyax0d.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from [140.186.70.92] (port=58256 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ok45t-00026r-Ho for emacs-orgmode@gnu.org; Fri, 13 Aug 2010 19:55:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ok45s-0005ST-5Z for emacs-orgmode@gnu.org; Fri, 13 Aug 2010 19:55:25 -0400 Received: from mail-pv0-f169.google.com ([74.125.83.169]:58356) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ok45s-0005SO-0z for emacs-orgmode@gnu.org; Fri, 13 Aug 2010 19:55:24 -0400 Received: by pvc30 with SMTP id 30so1748768pvc.0 for ; Fri, 13 Aug 2010 16:55:22 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --=-=-= org.texi: Document quick insertion of empty structural elements Sources: 1. http://article.gmane.org/gmane.emacs.orgmode/6670/ See section titled 'Completion of structure elements' 2. http://article.gmane.org/gmane.emacs.orgmode/18004/ --=-=-= Content-Disposition: inline >From 540d8f2c03d300b6007c0d8595bb78ad172d8eac Mon Sep 17 00:00:00 2001 From: Jambunathan K Date: Sat, 14 Aug 2010 04:24:34 +0530 Subject: [PATCH] org.texi: Document quick insertion of empty structural elements * org.texi (Easy Templates): New section. Documents quick insertion of empty structural elements. TINYCHANGE --- doc/org.texi | 49 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 48 insertions(+), 1 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index ac52c70..508d2ce 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -12320,6 +12320,7 @@ emacsclient \ @chapter Miscellaneous @menu +* Easy Templates:: Quick insertion of structural elements * Completion:: M-TAB knows what you need * Speed keys:: Electric commands at the beginning of a headline * Code evaluation security:: Org mode files evaluate inline code @@ -12331,8 +12332,54 @@ emacsclient \ * Interaction:: Other Emacs packages @end menu +@node Easy Templates, Completion, Miscellaneous, Miscellaneous +@section Easy Templates +@cindex insertion, of '#+begin_src #+end_src' +@cindex insertion, of '#+begin_example #+end_example' +@cindex insertion, of '#+begin_quote #+end_quote' +@cindex insertion, of '#+begin_verse #+end_verse' +@cindex insertion, of '#+begin_center #+end_center' +@cindex insertion, of '#+begin_latex #+end_latex' +@cindex insertion, of '#+latex:' +@cindex insertion, of '#+begin_html #+end_html' +@cindex insertion, of '#+html:' +@cindex insertion, of '#+begin_ascii #+end_ascii' +@cindex insertion, of '#+ascii:' +@cindex insertion, of '#+include:' + +Org-mode supports insertion of empty structural elements (like #+BEGIN_SRC +and #+END_SRC pairs) with just a few key strokes. This is achieved through a +native template expansion mechanism. + +To insert a structural element, type a '<', followed by a template selector +and TAB. Completion takes effect only when the above keystrokes are typed on +a line by itself. + +Following template selectors are currently supported. + +@multitable @columnfractions 0.1 0.9 +@item s @tab Insert '#+begin_src #+end_src' +@item e @tab Insert '#+begin_example #+end_example' +@item q @tab Insert '#+begin_quote #+end_quote' +@item v @tab Insert '#+begin_verse #+end_verse' +@item c @tab Insert '#+begin_center #+end_center' +@item l @tab Insert '#+begin_latex #+end_latex' +@item L @tab Insert '#+latex:' line +@item h @tab Insert '#+begin_html #+end_html' +@item H @tab Insert '#+html:' line +@item a @tab Insert '#+begin_ascii #+end_ascii' +@item A @tab Insert '#+ascii:' line +@item i @tab Insert '#+include:' line +@end multitable + +For example, on an empty line, typing "