From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steinar Bang Subject: automatically closing example? Date: Tue, 24 May 2011 10:08:43 +0200 Message-ID: <87zkmcmsfo.fsf@dod.no> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:54633) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOmfh-0000Vr-Sw for emacs-orgmode@gnu.org; Tue, 24 May 2011 04:08:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QOmfh-0005w7-2i for emacs-orgmode@gnu.org; Tue, 24 May 2011 04:08:57 -0400 Received: from lo.gmane.org ([80.91.229.12]:53547) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOmfg-0005vz-Tl for emacs-orgmode@gnu.org; Tue, 24 May 2011 04:08:57 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QOmff-00084n-BE for emacs-orgmode@gnu.org; Tue, 24 May 2011 10:08:55 +0200 Received: from cm-84.208.226.30.getinternet.no ([84.208.226.30]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 May 2011 10:08:55 +0200 Received: from sb by cm-84.208.226.30.getinternet.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 May 2011 10:08:55 +0200 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 Is there a shortcut to quickly add an #+END_EXAMPLE at the same indentation level as the #+BEGIN_EXAMPLE I have just typed? I have googled but not found. I know that I can type C-j # + b M-TAB e M-TAB, but what I get then is basically what I wanted after I had completed the BEGIN_EXAMPLE. Ie. I never want an unbalanced BEGIN_EXAMPLE.