From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: [Accepted] Add a cross-reference from "Literal Examples" to "Easy Templates." Date: Mon, 2 May 2011 11:17:56 +0200 (CEST) Message-ID: <20110502091756.826BC437B48@u016822.science.uva.nl> References: <1303249505-14163-2-git-send-email-rpgoldman@sift.info> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:37033) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGpGV-0000ya-8c for emacs-orgmode@gnu.org; Mon, 02 May 2011 05:18:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QGpGP-0006UC-NC for emacs-orgmode@gnu.org; Mon, 02 May 2011 05:18:03 -0400 Received: from u016822.science.uva.nl ([146.50.39.34]:50722) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGpGP-0006U6-8g for emacs-orgmode@gnu.org; Mon, 02 May 2011 05:17:57 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Patch 755 (http://patchwork.newartisans.com/patch/755/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C1303249505-14163-2-git-send-email-rpgoldman%40sift.info%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: [O] Add a cross-reference from "Literal Examples" to "Easy Templates." > Date: Wed, 20 Apr 2011 02:45:05 -0000 > From: Robert Goldman > X-Patchwork-Id: 755 > Message-Id: <1303249505-14163-2-git-send-email-rpgoldman@sift.info> > To: emacs-orgmode@gnu.org > Cc: "Robert P. Goldman" > > From: Robert P. Goldman > > Easy templates are especially useful for entering the begin and end pairs > that arise in supplying literal examples. > > --- > doc/org.texi | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/doc/org.texi b/doc/org.texi > index 8ca4426..17922d4 100644 > --- a/doc/org.texi > +++ b/doc/org.texi > @@ -8916,6 +8916,10 @@ If the syntax for the label format conflicts with the language syntax, use a > HTML export also allows examples to be published as text areas, @xref{Text > areas in HTML export}. > > +Because the @code{#+BEGIN_...} and @code{#+END_...} patterns need to be added > +so often, shortcuts are provided using the Easy Templates facility > +(@pxref{Easy Templates}). > + > @table @kbd > @kindex C-c ' > @item C-c ' >