emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] org.texi: Document quick insertion of empty structural elements
@ 2010-08-13 23:55 Jambunathan K
  2010-08-15  7:14 ` [Accepted] " Carsten Dominik
  2010-08-15  7:31 ` [PATCH] " Carsten Dominik
  0 siblings, 2 replies; 3+ messages in thread
From: Jambunathan K @ 2010-08-13 23:55 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 247 bytes --]


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/
   

[-- Attachment #2: Type: text/plain, Size: 3173 bytes --]

From 540d8f2c03d300b6007c0d8595bb78ad172d8eac Mon Sep 17 00:00:00 2001
From: Jambunathan K <kjambunathan@gmail.com>
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 "<e" and then pressing TAB, will expand
+into a complete EXAMPLE template.
+
+You can install additional templates by customizing the variable
+@code{org-structure-template-alist}. Refer docstring of the variable for
+additional details.
 
-@node Completion, Speed keys, Miscellaneous, Miscellaneous
+@node Completion, Speed keys, Easy Templates, Miscellaneous
 @section Completion
 @cindex completion, of @TeX{} symbols
 @cindex completion, of TODO keywords
-- 
1.7.0.4


[-- Attachment #3: Type: text/plain, Size: 16 bytes --]


Jambunathan K.

[-- Attachment #4: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Accepted] org.texi: Document quick insertion of empty structural elements
  2010-08-13 23:55 [PATCH] org.texi: Document quick insertion of empty structural elements Jambunathan K
@ 2010-08-15  7:14 ` Carsten Dominik
  2010-08-15  7:31 ` [PATCH] " Carsten Dominik
  1 sibling, 0 replies; 3+ messages in thread
From: Carsten Dominik @ 2010-08-15  7:14 UTC (permalink / raw)
  To: emacs-orgmode

Patch 219 (http://patchwork.newartisans.com/patch/219/) is now "Accepted".

Maintainer comment: No comment

This relates to the following submission:

http://mid.gmane.org/%3C814oeyax0d.fsf%40gmail.com%3E

Here is the original message containing the patch:

> Content-Type: text/plain; charset="utf-8"
> MIME-Version: 1.0
> Content-Transfer-Encoding: 7bit
> Subject: [Orgmode] org.texi: Document quick insertion of empty structural
> 	elements
> Date: Sat, 14 Aug 2010 04:55:14 -0000
> From: Jambunathan K <kjambunathan@gmail.com>
> X-Patchwork-Id: 219
> Message-Id: <814oeyax0d.fsf@gmail.com>
> 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/
> >From 540d8f2c03d300b6007c0d8595bb78ad172d8eac Mon Sep 17 00:00:00 2001
> From: Jambunathan K <kjambunathan@gmail.com>
> 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 "<e" and then pressing TAB, will expand
> +into a complete EXAMPLE template.
> +
> +You can install additional templates by customizing the variable
> +@code{org-structure-template-alist}. Refer docstring of the variable for
> +additional details.
>  
> -@node Completion, Speed keys, Miscellaneous, Miscellaneous
> +@node Completion, Speed keys, Easy Templates, Miscellaneous
>  @section Completion
>  @cindex completion, of @TeX{} symbols
>  @cindex completion, of TODO keywords
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] org.texi: Document quick insertion of empty structural elements
  2010-08-13 23:55 [PATCH] org.texi: Document quick insertion of empty structural elements Jambunathan K
  2010-08-15  7:14 ` [Accepted] " Carsten Dominik
@ 2010-08-15  7:31 ` Carsten Dominik
  1 sibling, 0 replies; 3+ messages in thread
From: Carsten Dominik @ 2010-08-15  7:31 UTC (permalink / raw)
  To: Jambunathan K; +Cc: emacs-orgmode

Applied, thanks

- Carsten

On Aug 14, 2010, at 1:55 AM, Jambunathan K wrote:

>
> 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/
>
> From 540d8f2c03d300b6007c0d8595bb78ad172d8eac Mon Sep 17 00:00:00 2001
> From: Jambunathan K <kjambunathan@gmail.com>
> 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 "<e" and then pressing TAB,  
> will expand
> +into a complete EXAMPLE template.
> +
> +You can install additional templates by customizing the variable
> +@code{org-structure-template-alist}. Refer docstring of the  
> variable for
> +additional details.
>
> -@node Completion, Speed keys, Miscellaneous, Miscellaneous
> +@node Completion, Speed keys, Easy Templates, Miscellaneous
> @section Completion
> @cindex completion, of @TeX{} symbols
> @cindex completion, of TODO keywords
> -- 
> 1.7.0.4
>
>
> Jambunathan K.
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-08-16 10:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-13 23:55 [PATCH] org.texi: Document quick insertion of empty structural elements Jambunathan K
2010-08-15  7:14 ` [Accepted] " Carsten Dominik
2010-08-15  7:31 ` [PATCH] " Carsten Dominik

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).